Mod_security 2 and Frontpage

cooldude7273

Well-Known Member
Jan 11, 2004
357
0
166
Roswell, GA
Not sure, but I believe, say if user1 wanted to use frontpage for his site, you would make that rule

Code:
<LocationMatch "/home/user1/public_html/">
  SecFilterInheritance Off
</LocationMatch>
That's only an educated guess though.
 

zigzam

Well-Known Member
May 9, 2005
206
0
166
I got it figured out but when I add the code to either:

modsec2.user.conf
modsec2.conf

it causes apache to fail. When I was using mod_security 1 it was added right with the rules, but that doesn't work with mod_security 2.

Any ideas?