Instead of logging the IP address of the client in access.log I want to have
the username in access.log
I have add the following lines to squid.conf:
>ident_timeout 5 seconds
>
>acl ident_aware_hosts src 192.168.201.0/255.255.255.0
>ident_lookup_access allow ident_aware_hosts
>ident_lookup_access deny all
But still the ip address are logged into access.log
What do I wrong?
I mean, squid is ok so far I think. :)
Regards,
Sander Winkel
The Netherlands
Received on Tue Sep 03 2002 - 07:37:45 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:10:02 MST