]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_userdir.conf
- fixes in NameVirtualHost conflict with mod_ssl
[packages/apache.git] / apache-mod_userdir.conf
index 5164797e036f12da094384004b1ce15893152eb5..ca87136fa8052edc684d4286983892ab7c944897 100644 (file)
@@ -17,7 +17,7 @@ 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>
+<Directory /home/users/*/public_html>
        AllowOverride FileInfo AuthConfig Limit Indexes
        Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
        <Limit GET POST OPTIONS>
@@ -28,6 +28,9 @@ UserDir public_html
                Order deny,allow
                Deny from all
        </LimitExcept>
+       #<IfModule mod_php.c>
+       #       php_admin_value open_basedir "/home/users:/usr/share/pear:/usr/share/php:/tmp"
+       #</IfModule>
 </Directory>
 
 </IfModule>
This page took 0.119599 seconds and 4 git commands to generate.