Mod Security for xampp
by satheeshkumar[ Edit ] 2013-05-20 15:50:23
Install Mod Security for xampp,
Modify your httpd.conf file as shown below ,
open the file http.conf and enter the mod security code as shown below ,
<IfModule security2_module>
Include modsecurity-crs/*.conf
Include modsecurity-crs/base_rules/*.conf
</IfModule>
Now Restart Apache ,
/etc/init.d/httpd restart