]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_userdir.conf
run aclocal before libtoolize
[packages/lighttpd.git] / lighttpd-mod_userdir.conf
index 8d714db1ae59a8315b3cf078f30b0b95667e51e8..bc0e418c2d1fe2ac5f1cda33d7274c04bf9349e6 100644 (file)
@@ -1,3 +1,18 @@
+# The userdir module provides a simple way to link user-based directories into
+# the global namespace of the webserver.
+#
+# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModUserDir
+
 server.modules += (
        "mod_userdir"
 )
+
+## 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" )
+
+## enable userdir module
+userdir.active = "enable"
This page took 0.027704 seconds and 4 git commands to generate.