diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-10-30 15:53:30 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-10-30 15:53:30 +0000 |
commit | e1e2510f3cc96611f1a83d5692054a5a6476b3ef (patch) | |
tree | 0c8c3824f6c6d852c810b6dac6395b7b34f459f1 /apache/vhosts.d/README | |
parent | 8db4df3b64aac3524dc731f5f354edb6803636df (diff) |
apache: Add vhosts.d, include.d and some example config snippets.
Diffstat (limited to 'apache/vhosts.d/README')
-rw-r--r-- | apache/vhosts.d/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/apache/vhosts.d/README b/apache/vhosts.d/README new file mode 100644 index 0000000..a07436e --- /dev/null +++ b/apache/vhosts.d/README @@ -0,0 +1,15 @@ +# These are example files for Apache virtual hosts. +# They need a little tweaking (at least change the domainname). +# +# Add this line just below "Section 3: Virtual hosts" in httpd.conf: +# +# Include vhosts.d/ +# +# Some of the stuff is tied to the concept of recompiling suexec to have +# the files located below /home instead of /var/www (this - among other +# issues - allows for putting ftp access within a chroot and still allow +# web designers into their websites). +# +# TODO: +# * Write these as m4 scripts +# * automate using CFEngine |