]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-mod_userdir.conf
- updated to 2.4.23
[packages/apache.git] / apache-mod_userdir.conf
index 5334e2462da96dab7b81ebacd1298b8025dcb283..1bcff5d78509fd0ae568e89cfb9a28c215078711 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: apache-mod_userdir.conf,v 1.6 2008/11/16 14:12:47 gotar Exp $
 LoadModule userdir_module         modules/mod_userdir.so
 
 # Settings for user home directories
@@ -21,12 +20,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"