From ba1d4db7404c6262fe911fe4d244a24fd7eb8cbd Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 4 Aug 2014 21:31:13 +0300 Subject: [PATCH] Protecting pma installer --- install/rhel/httpd-pma.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install/rhel/httpd-pma.conf b/install/rhel/httpd-pma.conf index 0049ef2b7..3950860ef 100644 --- a/install/rhel/httpd-pma.conf +++ b/install/rhel/httpd-pma.conf @@ -37,3 +37,9 @@ Alias /phpmyadmin /usr/share/phpMyAdmin # SecRuleInheritance Off # # + + + Order Deny,Allow + Deny from All + Allow from None +