summaryrefslogtreecommitdiff
path: root/apache/vhosts.d/README
blob: a07436ed788c7011429bc3ad7dbad10bed68707b (plain)
  1. # These are example files for Apache virtual hosts.
  2. # They need a little tweaking (at least change the domainname).
  3. #
  4. # Add this line just below "Section 3: Virtual hosts" in httpd.conf:
  5. #
  6. # Include vhosts.d/
  7. #
  8. # Some of the stuff is tied to the concept of recompiling suexec to have
  9. # the files located below /home instead of /var/www (this - among other
  10. # issues - allows for putting ftp access within a chroot and still allow
  11. # web designers into their websites).
  12. #
  13. # TODO:
  14. # * Write these as m4 scripts
  15. # * automate using CFEngine