Re: [squid-users] Re: https bypass squid cache in reverse proxy mode

2011-05-01 Thread Amos Jeffries
On Sun, 1 May 2011 23:22:26 +0800, Gary K wrote: Hi Amos, Thank you for your response. The following is is my configuration: http_port 80 accel defaultsite=www.abc.com cache_peer 202.x.x.x parent 80 0 no-query originserver name=myAccel acl our_sites dstdomain www.abc.com cache_peer_access myAc

Re: [squid-users] Re: https bypass squid cache in reverse proxy mode

2011-05-01 Thread Gary K
Hi Amos, Thank you for your response. The following is is my configuration: http_port 80 accel defaultsite=www.abc.com cache_peer 202.x.x.x parent 80 0 no-query originserver name=myAccel acl our_sites dstdomain www.abc.com cache_peer_access myAccel allow our_sites cache_peer_access myAccel deny

Re: [squid-users] Re: https bypass squid cache in reverse proxy mode

2011-04-30 Thread Amos Jeffries
On 01/05/11 15:41, Gary K wrote: Hi Amos, Thank you for your reply! Any method when received http go to squid cache, when received https redirect to web server directly? Multiple concepts clash in your statement... "squid cache" -> storage component of Squid "redirect" -> HTTP 301, 302, 303

[squid-users] Re: https bypass squid cache in reverse proxy mode

2011-04-30 Thread Gary K
Hi Amos, Thank you for your reply! Any method when received http go to squid cache, when received https redirect to web server directly? Regards, Gary 在 2011年5月1日星期日,Amos Jeffries 写道: > On 01/05/11 05:38, Support Squid wrote: > > Dear all, > > I'm using accel (reverse proxy) with vhost in squid