diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | doc/userdir.txt | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -7,6 +7,7 @@ NEWS * Fix mod_compress to compile with old gcc version (#1592) * Fix mod_extforward to compile with old gcc version (#1591) + * Update documentation for #1587 - 1.4.19 - 2008-03-10 diff --git a/doc/userdir.txt b/doc/userdir.txt index 27a896a9..7a62f06d 100644 --- a/doc/userdir.txt +++ b/doc/userdir.txt @@ -46,10 +46,10 @@ In case your mapping is independent of /etc/passwd you can use Options ======= -userdir.path +userdir.path (required option) usually it should be set to "public_html" to take ~/public_html/ as the document root - Default: empty (document root is the home directory) + Default: unset (mod_userdir disabled; set it to "" if you want the home directory to be the document root as it was the default before 1.4.19) Example: :: userdir.path = "public_html" |