--- trunk/phpmyadmin/phpmyadmin.conf 2007/07/08 13:32:34 250 +++ trunk/phpmyadmin/phpmyadmin.conf 2015/09/08 10:28:01 2692 @@ -6,26 +6,69 @@ # dangerous unless properly secured by SSL Alias /phpmyadmin /usr/share/phpmyadmin + - order deny,allow - deny from all - allow from 127.0.0.1 + AddDefaultCharset UTF-8 + + + # Apache 2.4 + + Require ip 127.0.0.1 + Require ip ::1 + + + + # Apache 2.2 + Order Deny,Allow + Deny from All + Allow from 127.0.0.1 + Allow from ::1 + + + + + + # Apache 2.4 + + Require ip 127.0.0.1 + Require ip ::1 + + + + # Apache 2.2 + Order Deny,Allow + Deny from All + Allow from 127.0.0.1 + Allow from ::1 + # This directory does not require access over HTTP - taken from the original # phpMyAdmin upstream tarball # - + + Order Deny,Allow + Deny from All + Allow from None + + + + Order Deny,Allow + Deny from All + Allow from None + + + Order Deny,Allow Deny from All Allow from None # This configuration prevents mod_security at phpmyadmin directories from -# filtering SQL etc. +# filtering SQL etc. This may break your mod_security implementation. # - - - SecFilterInheritance Off - - +# +# +# SecRuleInheritance Off +# +#