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

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to