Re: [mod-security-users] Rules database
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2005-04-11 09:14:45
|
Michael Shinn wrote: > On Mon, 2005-04-04 at 16:14 +0200, Roman Medina-Heigl Hernandez wrote: > >>Gerwin Krist -|- Digitalus Webhosting wrote: >> >> >>>You could try http://www.gotroot.com/downloads/ftp/mod_security/rules.conf >> >>It looks nice. But it seems to be having problems in Apache 1.x >>(according to the comments). Do you know if they've been fixed? I also >>read one thread at gotroot.com but it didn't contain specific info about >>the issue. > > > Hi, I'm the author of those rules. The rules that choke on apache 1.x > deal with my use of pcre regex'es while Apache 1.x apparently only > supports POSIX regex's. The solution is that I need to convert all > those regex's to POSIX regex's for the legacy Apache 1.x systems. > Otherwise, the rules should work fine. If you could send me the translation algorithm, I could try and put it right into the Apache 1.x version, so the translation would happen at runtime with both versions supporting the same format? -- Ivan Ristic Apache Security (O'Reilly) - http://www.apachesecurity.net Open source web application firewall - http://www.modsecurity.org |