]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_userdir.conf
unified LoadModule directives
[packages/apache.git] / apache-mod_userdir.conf
index 1bcff5d78509fd0ae568e89cfb9a28c215078711..3b6fd290acc97e43a7f77612057b429af0d1d594 100644 (file)
@@ -21,9 +21,17 @@ UserDir public_html
        Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
        <Limit GET POST OPTIONS>
                Require all granted
+               <IfModule mod_access_compat.c>
+                       Order allow,deny
+                       Allow from all
+               </IfModule>
        </Limit>
        <LimitExcept GET POST OPTIONS>
                Require all denied
+               <IfModule mod_access_compat.c>
+                       Order deny,allow
+                       Deny from all
+               </IfModule>
        </LimitExcept>
        #<IfModule mod_php.c>
        #       php_admin_value open_basedir "/home/users:/usr/share/pear:/usr/share/php:/tmp"
This page took 0.028502 seconds and 4 git commands to generate.