diff options
-rw-r--r-- | apache2/sites-available/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apache2/sites-available/README b/apache2/sites-available/README new file mode 100644 index 0000000..80a6006 --- /dev/null +++ b/apache2/sites-available/README @@ -0,0 +1,13 @@ +# These are example files for Apache2 virtual hosts. +# They need a little tweaking (at least change the domainname). +# +# Uncomment unconditional laoding of conf.d snippets in main conffile. +# +# 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 |