On Thu, Aug 12, 2010 at 5:40 AM, Amos Jeffries <squid3@xxxxxxxxxxxxx> wrote: >>> http_port 127.0.0.1:3128 transparent >>> visible_hostname proxy.local.domain >>> cache_mgr root@xxxxxxxxxxxx > > Sigh. So the remote admin who want to contact you about problems they > encounter coming out of your proxy are supposed to email root@xxxxxxxxxxxx > about the host at proxy.local.domain?. Very helpful :( just a personal use :-) don't worry >>> acl CONNECT method CONNECT >>> acl all src 0.0.0.0/0.0.0.0 >>> acl restr src 192.168.100.50 192.168.100.51 \ >>> 192.168.100.52 192.168.100.53 192.168.100.54 >>> acl tutto src 192.168.100.0/255.255.255.0 > > acl all src all > acl restr src 192.168.100.50-192.168.100.54 > acl tutto src 192.168.100.0/24 OK! Thanks for the tip. >>> access_log syslog:daemon.info >>> emulate_httpd_log on > > Um. Logging to syslog in apache format. Okay. > > access_log syslog:daemon.info common Uh? :-) emulate_httpd_log could slow down Squid? Regards, -f