Re: [squid-users] Password authentication: How to log _only failures_ to access_log?

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Sat, 15 Sep 2007 13:47:04 +0200

On fre, 2007-09-14 at 21:27 +0200, Ralf G. R. Bergs wrote:
> Hi there,
>
> I'm providing Squid for my users to be able to surf the net
> "anonymously." Therefore I'm not interested in logging my users'
> requests (to access.log), but only those trying to access my Squid
> without authorization (i. e. those trying to abuse it.)

The following may work:

acl auth proxy_auth REQUIRED
log_access deny auth

or alternatively

access_log /path/to/access.log squid !auth

Regards
Henrik

Received on Sat Sep 15 2007 - 05:47:10 MDT

This archive was generated by hypermail pre-2.1.9 : Mon Oct 01 2007 - 12:00:02 MDT