ソースを参照

Protecting pma installer

Serghey Rodin 11 年 前
コミット
ba1d4db740
1 ファイル変更6 行追加0 行削除
  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>