]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-mod_userdir.conf
- rel 5
[packages/apache1.git] / apache1-mod_userdir.conf
index 450e62bb47c66a3ecbadbb9cda4dab9cf9aed05b..3b294f9edeb6059b2b84e20c9d97d0723bf2ab59 100644 (file)
@@ -1,5 +1,5 @@
 # $Id$
-LoadModule userdir_module     modules/mod_userdir.so
+LoadModule userdir_module      modules/mod_userdir.so
 
 <IfModule mod_userdir.c>
 # UserDir: The name of the directory which is appended onto a user's home
@@ -11,18 +11,16 @@ UserDir public_html
 # Control access to UserDir directories.  The following is an example
 # for a site where these directories are restricted to read-only.
 #
-#<Directory /home/users/*/public_html>
-#    AllowOverride FileInfo AuthConfig Limit
-#    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
-#    <Limit GET POST OPTIONS PROPFIND>
-#        Order allow,deny
-#        Allow from all
-#    </Limit>
-#    <LimitExcept GET POST OPTIONS PROPFIND>
-#        Order deny,allow
-#        Deny from all
-#    </LimitExcept>
-#</Directory>
+<Directory /home/users/*/public_html>
+       AllowOverride FileInfo AuthConfig Limit
+       Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
+       <Limit GET POST OPTIONS PROPFIND>
+               Order allow,deny
+               Allow from all
+       </Limit>
+       <LimitExcept GET POST OPTIONS PROPFIND>
+               Order deny,allow
+               Deny from all
+       </LimitExcept>
+</Directory>
 </IfModule>
-
-# vim: filetype=apache ts=4 sw=4 et
This page took 0.151831 seconds and 4 git commands to generate.