Hi,
I have a problem with getting the long SEARCH requests logged
seperately. I'm using this configuration:
Code:
--------------------
SetEnvIfNoCase Request_Method "SEARCH" worm
SetEnvIf Request_URI "^/[a-zA-Z0-9 ].*" !worm
SetEnvIfNoCase Request_URI "^/$" !worm
CustomLog /var/log/apache/access_log common env=!worm
CustomLog /var/log/apache/worm_attacks "%h - %t \"Worm attack\" %>s %b" env=worm
--------------------
Now, when I telnet to the server and query for example "SEARCH /#¤%"
then it is correctly identified as a "worm attack" and when I query
"SEARCH /" it is identified as a valid request.
Ok so far so good, it seems to be working. Now then the problem is
that when the WebDAV worms come with their long SEARCH queries they
don't get recognized as worms.
So is this some kind of bug in Apache? I'm using Apache 1.3.24 on
a Linux machine.
Thanks for any help,
Daniel Bengs
--
chekov
------------------------------------------------------------------------
Posted via
http://www.webservertalk.com
------------------------------------------------------------------------
View this thread:
http://www.webservertalk.com/message208541.html