summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--doc/userdir.txt4
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 02dfdd7b..18e8d3c1 100644
--- a/NEWS
+++ b/NEWS
@@ -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"