Socialabel

Thursday, February 25, 2016

Disable Rule Mod Security

Disable rule pada mod security apache 
 
#<IfModule security2_module>
#        SecRuleEngine Off
#</IfModule> 
 
<IfModule mod_security2.c>
 SecRuleRemoveById ######
</IfModule>
 
 
service httpd graceful
 

4 comments: