]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_userdir.conf
- unify msg_not_running usage
[packages/apache.git] / apache-mod_userdir.conf
index 520da5fde81aea90d14a11b75172fc75d9dcac00..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,19 +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>
-
-# vim: filetype=apache ts=4 sw=4 et
This page took 1.808632 seconds and 4 git commands to generate.