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
This archive was generated by hypermail pre-2.1.9 : Mon Oct 01 2007 - 12:00:02 MDT