Dear all
I am running apache 1.3 + modsecurity 1
my problem is
i can not use ajax coz of modsecurity is there any way
to make ajax work with modsecurity on apache 1
coz i know it's work on apache 2
plz help
Dear all
I am running apache 1.3 + modsecurity 1
my problem is
i can not use ajax coz of modsecurity is there any way
to make ajax work with modsecurity on apache 1
coz i know it's work on apache 2
plz help
Shafei Gad
Linux System Administrator
002 0123802231
Mod_Security itself does not automatically block against attacks or exploits - it depends on the ruleset you're using. Are you using the mod_security packaged with cPanel or a custom installation?
Typically, you can go to /etc/httpd/logs, trigger mod_security in your browser, then open the audit_log which should contain the violation and which rule was triggered. The default configuration on my system is audit_log for logging, modsec.conf for mod_security's master settings and modsec.user.conf for the rules.
I used that method to identify which 6 rules were causing vBulletin and phpBB post content to trigger a violation in mod_security.