[SQU] access.log

From: Bdl31ref <bdl31ref@dont-contact.us>
Date: Wed, 7 Mar 2001 16:55:20 +0100

    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

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Wed Mar 07 2001 - 08:54:38 MST

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