]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-mod_userdir.conf
- 2.4 access control syntax
[packages/apache.git] / apache-mod_userdir.conf
index 967522711c88a542077262a9b35d943f438b0919..8e8ce28ed3baa37c32a864648a0033fcb4b98f74 100644 (file)
@@ -21,12 +21,10 @@ UserDir public_html
        AllowOverride FileInfo AuthConfig Limit Indexes
        Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
        <Limit GET POST OPTIONS>
-               Order allow,deny
-               Allow from all
+               Require all granted
        </Limit>
        <LimitExcept GET POST OPTIONS>
-               Order deny,allow
-               Deny from all
+               Require all denied
        </LimitExcept>
        #<IfModule mod_php.c>
        #       php_admin_value open_basedir "/home/users:/usr/share/pear:/usr/share/php:/tmp"