Update documentation for #1587

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2130 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.20
Stefan Bühler 2008-03-13 15:34:46 +00:00
parent 2772e62d8d
commit 763f88406e
2 changed files with 3 additions and 2 deletions

1
NEWS
View File

@ -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

View File

@ -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"