Re: [squid-users] squid vport

2009-09-29 Thread wangwen
- Original Message - From: Amos Jeffries squ...@treenet.co.nz To: wangwen wangw...@126.com Cc: squid-users@squid-cache.org Sent: Tuesday, September 29, 2009 12:51 PM Subject: Re: [squid-users] squid vport Thanks for your help! I think it should have been: Host: 192.168.0.164:88

Re: [squid-users] squid vport

2009-09-29 Thread wangwen
Thanks for your help! I think it should have been: Host: 192.168.0.164:88 maybe something went wrong and caused defaultsite to be used. Henrik might know. Sorry, I made a mistake. Host is the 192.168.24.198:88. So Squid check the URL. Finds /rdims/index.jsp. ... checks the Host: header.

Re: [squid-users] squid vport

2009-09-29 Thread wangwen
- Original Message - From: Michael Lenaghan micha...@dazzit.com To: Amos Jeffries squ...@treenet.co.nz Cc: wangwen wangw...@126.com; squid-users@squid-cache.org Sent: Tuesday, September 29, 2009 9:30 PM Subject: Re: [squid-users] squid vport accel vhost defaultsite=192.168.24.198

[squid-users] Squid acl port

2009-09-29 Thread wangwen
Hi All. I have my question about the use of “acl port ” in squid.conf. Generally the proxy has the following three cases: 1. Standard proxy cache server: In order to realize this approach, We must indicate the Ip and port of proxy server in the browser of everyone internal host. 2.

Re: [squid-users] squid vport

2009-09-29 Thread wangwen
Now I use Stable Squid 2.7.STABLE7 in windows xp. alter HTTP_Port as follow: http_port 192.168.0.164:88 accel defaultsite=192.168.24.198 or http_port 192.168.0.164:88 accel defaultsite=192.168.24.198 vport acl all src 0.0.0.0/0.0.0.0 http_access allow all cache_peer 192.168.24.198 parent 8088

Re: [squid-users] Squid acl port

2009-09-29 Thread wangwen
I got it,Thanks for your replies. - Original Message - From: Amos Jeffries squ...@treenet.co.nz To: wangwen wangw...@126.com Cc: squid-users@squid-cache.org Sent: Wednesday, September 30, 2009 10:29 AM Subject: Re: [squid-users] Squid acl port On Wed, 30 Sep 2009 09:46:04 +0800

Re: [squid-users] squid vport

2009-09-29 Thread wangwen
- Original Message - From: Amos Jeffries squ...@treenet.co.nz To: wangwen wangw...@126.com Cc: Michael Lenaghan micha...@dazzit.com; squid-users@squid-cache.org Sent: Wednesday, September 30, 2009 12:59 PM Subject: Re: [squid-users] squid vport wangwen wrote: Now I use Stable

[squid-users] squid vport

2009-09-28 Thread wangwen
Hi All: The vport option Confused me for a long time. what is the meaning of vport option in the http_port? Can anyone give me an example to explain it, thank you. I did a test. The Squid.conf as follows: http_port 192.168.0.164:88 accel defaultsite=192.168.24.198 acl all src 0.0.0.0/0.0.0.0