Changeset 2130
- Timestamp:
- 03/13/2008 03:34:46 PM (7 months ago)
- Location:
- branches/lighttpd-1.4.x
- Files:
-
- 2 modified
-
NEWS (modified) (1 diff)
-
doc/userdir.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.4.x/NEWS
r2129 r2130 8 8 * Fix mod_compress to compile with old gcc version (#1592) 9 9 * Fix mod_extforward to compile with old gcc version (#1591) 10 * Update documentation for #1587 10 11 11 12 - 1.4.19 - 2008-03-10 -
branches/lighttpd-1.4.x/doc/userdir.txt
r1371 r2130 47 47 ======= 48 48 49 userdir.path 49 userdir.path (required option) 50 50 usually it should be set to "public_html" to take ~/public_html/ as the document root 51 51 52 Default: empty (document root is the home directory)52 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) 53 53 Example: :: 54 54

