[squid-users] IP detection when using SSL/HTTPS

2011-05-06 Thread Stefan Baur
Hi list, I have been using the following squid.conf snippet for a while: # acl thisisanip url_regex ^[^:]*://([^/@]*@)?[0-9\.]*(:|/|$|\?) ^[0-9\.]*$ acl whitelist dstdomain /etc/squid/whitelist.txt acl whitelist_ip dst /etc/squid/whitelist_ip.txt #Check IP

[squid-users] cache_peer name is not available for logging on CONNECT

2011-05-06 Thread Jenny Lee
Hello Squid Users, cache_peer 2.2.2.2parent 31280 name=PARENT_X On http connections, access log shows PARENT_X entry. On https connections, access log shows 2.2.2.2 entry. This messes up log processing. Is there any reason for this? Thanks. Jenny 3.2.0.7

Re: [squid-users] IP detection when using SSL/HTTPS

2011-05-06 Thread Amos Jeffries
On 06/05/11 22:55, Stefan Baur wrote: Hi list, I have been using the following squid.conf snippet for a while: # acl thisisanip url_regex ^[^:]*://([^/@]*@)?[0-9\.]*(:|/|$|\?) ^[0-9\.]*$ acl whitelist dstdomain /etc/squid/whitelist.txt acl whitelist_ip dst

Re: [squid-users] Re: can squid load data into cache faster than sending it out?

2011-05-06 Thread Dave Dykstra
Ah, but as explained here http://www.squid-cache.org/mail-archive/squid-users/200903/0509.html this does risk using up a lot of memory because squid keeps all of the read-ahead data in memory. I don't see a reason why it couldn't instead write it all out to the disk cache as normal and then

Re: [squid-users] Re: can squid load data into cache faster than sending it out?

2011-05-06 Thread Amos Jeffries
On 07/05/11 08:54, Dave Dykstra wrote: Ah, but as explained here http://www.squid-cache.org/mail-archive/squid-users/200903/0509.html this does risk using up a lot of memory because squid keeps all of the read-ahead data in memory. I don't see a reason why it couldn't instead write it all