]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_userdir.conf
- unify
[packages/apache.git] / apache-mod_userdir.conf
index 6740134f46c164ad5f6f97d2866f041785c6edc7..a4a92c107520c4a7a099d859bda0bb29fa68b503 100644 (file)
@@ -1,5 +1,5 @@
 # $Id$
-LoadModule userdir_module       modules/mod_userdir.so
+LoadModule userdir_module         modules/mod_userdir.so
 
 # Settings for user home directories
 #
@@ -17,17 +17,17 @@ 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/*/public_html>
-    AllowOverride FileInfo AuthConfig Limit Indexes
-    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
-    <Limit GET POST OPTIONS>
-        Order allow,deny
-        Allow from all
-    </Limit>
-    <LimitExcept GET POST OPTIONS>
-        Order deny,allow
-        Deny from all
-    </LimitExcept>
+<Directory /home/users/*/public_html>
+       AllowOverride FileInfo AuthConfig Limit Indexes
+       Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
+       <Limit GET POST OPTIONS>
+               Order allow,deny
+               Allow from all
+       </Limit>
+       <LimitExcept GET POST OPTIONS>
+               Order deny,allow
+               Deny from all
+       </LimitExcept>
 </Directory>
 
 </IfModule>
This page took 0.075333 seconds and 4 git commands to generate.