Re: [mod-security-users] Apache Regular Expressions
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2005-02-08 13:47:16
|
> In Perl, you
> would do this: "(?<!login)$"
The above works in Apache 2.0.52 (which has a different regex engine
from Apache 1.x BTW). I used it with <FilesMatch>:
<FilesMatch "(?<!login)$">
Order Allow,Deny
Deny from all
</FilesMatch>
The second suggestion does not work for me.
--
Ivan Ristic (http://www.modsecurity.org)
|