Hi all,

I have Vuze (bittorrent) running which sends out /announce and /scrape
requests every 10 seconds or so. I managed to avoid logging them in
the regular logs using

SetEnvIf Request_URI "^/announce|/scrape$" do-not-log
CustomLog /var/log/apache2/access.log common env=!do-not-log

 but they still show up in my rewrite.log.

I added

RewriteRule ^/announce|/scrape$ - [L]

which at least minimizes their impact but they're still being logged.
My first thought was that there might be a "do-not-log" flag but that
does not appear to be the case.

How can I ignore these requests? Or even entirely drop them as they
always receive 404s anyway.

(I have, of course, tried to stop Vuze from sending these requests [to
localhost] but, obviously, I was unsuccessful.)

Cheers,
Hilco

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to