]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-mod_userdir.conf
- updated to 2.4.48
[packages/apache.git] / apache-mod_userdir.conf
index 1bcff5d78509fd0ae568e89cfb9a28c215078711..534367a5cb354b6920f89da4b63ad957a423cabf 100644 (file)
@@ -18,12 +18,20 @@ UserDir public_html
 #
 <Directory /home/users/*/public_html>
        AllowOverride FileInfo AuthConfig Limit Indexes
-       Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
+       Options 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"