summaryrefslogtreecommitdiff
path: root/apache2/sites-available/README
diff options
context:
space:
mode:
Diffstat (limited to 'apache2/sites-available/README')
-rw-r--r--apache2/sites-available/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/apache2/sites-available/README b/apache2/sites-available/README
index 80a6006..0a542a2 100644
--- a/apache2/sites-available/README
+++ b/apache2/sites-available/README
@@ -1,12 +1,12 @@
# 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.
+# Uncomment unconditional loading 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).
+# Some of the stuff is tied to the concept of websites below /home.
+# This allows more seamless integration with various filesharing
+# protocols, and chroot'ed ftp access to the docroots of several vhosts.
+# If using suexec, this needs recompilation as the docroot is hardcoded.
#
# TODO:
# * Write these as m4 scripts