Browse Source

Protecting pma installer

Serghey Rodin 11 years ago
parent
commit
ba1d4db740
1 changed files with 6 additions and 0 deletions
  1. 6 0
      install/rhel/httpd-pma.conf

+ 6 - 0
install/rhel/httpd-pma.conf

@@ -37,3 +37,9 @@ Alias /phpmyadmin /usr/share/phpMyAdmin
 #        SecRuleInheritance Off
 #        SecRuleInheritance Off
 #    </Directory>
 #    </Directory>
 #</IfModule>
 #</IfModule>
+
+<Directory /usr/share/phpMyAdmin/setup/>
+    Order Deny,Allow
+    Deny from All
+    Allow from None
+</Directory>