Forum Moderators: phranque

Message Too Old, No Replies

Mod Security exclude all for posting.php

         

Frank_Rizzo

12:03 pm on Nov 24, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



How can I set mod_security to allow posting.php to post anything?

I can set it to exclude specific rulesets

e.g.

#generic PHP forum posting exclusion
<LocationMatch "/posting.php">
SecFilterRemove 300013
SecFilterRemove 300015
SecFilterRemove 300016
</LocationMatch>

But there are some rules in other sections such as jitp.conf which are tripping and I don't want it to.

So how do I set it so posting.php should not be checked for *any* rule