]> git.pld-linux.org Git - packages/apache.git/commitdiff
also exclude .user.ini
authorElan Ruusamäe <glen@delfi.ee>
Wed, 11 Nov 2015 13:31:20 +0000 (15:31 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 11 Nov 2015 13:31:20 +0000 (15:31 +0200)
apache-common.conf

index 6ffd6349663fc2d16ef26f96e6ec9c5eee3a5b05..b858d20f633f1e9c4e7e48c9b7456e31a0103b70 100644 (file)
@@ -27,7 +27,8 @@ DocumentRoot "/home/services/httpd/html"
 # Prevent access to:
 # - .htaccess and .htpasswd files
 # - backup files from being viewed
-<FilesMatch  "^(\.ht.*|.*~|.*,v)$">
+# - PHP's .user.ini
+<FilesMatch  "^(\.ht.*|\.user\.ini|.*~|.*,v)$">
        <IfModule mod_authz_host.c>
                Require all denied
        </IfModule>
This page took 0.649746 seconds and 4 git commands to generate.