Re: [SQU] access.log

From: venkatesh <ven_squid@dont-contact.us>
Date: Thu, 8 Mar 2001 10:51:50 -0000

It looks fine.

This assures the privacy of the clients.
If U set client_netmask is 255.255.255.0 and from that Client 192.168.1.22
is accessing the web, In access log only 192.168.1.0 is logged not
192.168.1.22.

Use without client_netmask.

Hope this Helps.
Venkatesh

> I joint an extract of my access.log file
>
> I don't understand why the cache didn't specify the machines, but the
> network. I would like to know exactly were requests came from, in order to
> make concordance with the users's connexions log.
>
> I tryed diferents configurations in squid.conf, idhem. I extracted
from
> my current :
>
> -----------------------------------------
> client_netmask 255.255.255.0
>
> acl all src 0.0.0.0/0.0.0.0
> acl manager proto cache_object
> acl localnet src 192.168.1.1-192.168.1.254/255.255.255.0
> acl localhost src 127.0.0.1/255.255.255.255
> acl test src 192.168.1.99
> acl s125 src 192.168.1.100-192.168.1.140
> acl servers src 192.168.1.1-192.168.1.98
> acl s24 src 192.168.1.200-192.168.1.254
> acl others src 192.168.1.130-192.168.1.199
>
> http_access allow test
> http_access allow others
> http_access allow s24
> http_access allow s125
> http_access allow servers
> http_access allow localhost
> http_access deny !s24
> http_access deny !s125
> http_access deny !servers
> http_access deny !others
> http_access deny !localhost
> http_access deny all
>
>

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Thu Mar 08 2001 - 06:32:27 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:58:34 MST