Re: [mod-security-users] Apache Version
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2005-05-31 12:49:09
|
die...@b-... wrote: > Hello, > > I read in a forum a few months ago that a few fonctionalities of the > mod_security work not correctly for an apache 1.3. > Is it right ? The way you've said it - no, it's not correct. Apache 1.3 does not support output filtering so mod_security does not support it either. This feature does work in Apache 2.x. Apart from that, you only need to pay attention to the differences between the regular expression differences in Apache 1 (POSIX) and Apache 2 (PCRE). -- Ivan Ristic Apache Security (O'Reilly) - http://www.apachesecurity.net Open source web application firewall - http://www.modsecurity.org |