Re: [squid-users] Users spamming squid logs

From: Chris Robertson <crobertson@dont-contact.us>
Date: Tue, 01 May 2007 16:26:35 -0800

Daniel Appleby wrote:
> Did it continue to spam the logs after you blocked it off with an acl?
>
> -Daniel
>

Any URL blocked explicitly with a Squid ACL will be logged as a 403.

To not log these requests as being blocked...
1) allow them without authentication
2) block them before they hit Squid
or
3) modify the source code

One other thing you could try would be to set an explicit ACL matching
that URL, and set a deny_info that redirects requests to something else
(a local repository with the file, a non-existent server, a server that
returns a 404, etc.). Any of those methods might slow the Java update
service down (or satisfy it).

Chris
Received on Tue May 01 2007 - 18:26:47 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Jun 01 2007 - 12:00:04 MDT