SOURCES: lighttpd-mod_userdir.conf - update from debian

glen glen at pld-linux.org
Mon Jul 17 14:58:36 CEST 2006


Author: glen                         Date: Mon Jul 17 12:58:36 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update from debian

---- Files affected:
SOURCES:
   lighttpd-mod_userdir.conf (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/lighttpd-mod_userdir.conf
diff -u SOURCES/lighttpd-mod_userdir.conf:1.2 SOURCES/lighttpd-mod_userdir.conf:1.3
--- SOURCES/lighttpd-mod_userdir.conf:1.2	Tue Jul 11 22:17:36 2006
+++ SOURCES/lighttpd-mod_userdir.conf	Mon Jul 17 14:58:31 2006
@@ -1,10 +1,15 @@
+# The userdir module provides a simple way to link user-based directories into
+# the global namespace of the webserver.
+#
+# Documentation: http://www.lighttpd.net/documentation/userdir.html
+
 server.modules += (
 	"mod_userdir"
 )
 
-#### userdir module
-#userdir.path = "public_html"
-#userdir.exclude-user = ( "root", "postmaster" )
-#
-## if set, only users from this list may use the feature
-#userdir.include-user = ""
+## the subdirectory of a user's home dir which should be accessible
+## under http://$host/~$user
+userdir.path         = "public_html"
+
+## The users whose home directories should not be accessible
+userdir.exclude-user = ( "root", "postmaster" )
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_userdir.conf?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list