I've seen access.log.
When I add vhost in https_port settings, it looks like the virtual site
name is fully rewritten by squid in the http header.
Only the protocol type is changed from https:// to http:// .
So, it doesn't use the port specified in cache_peer...
cache_peer 192.168.x.x parent 80 0 no-query originserver
name=host1.mydomain
cache_peer 192.168.x.x parent 81 0 no-query originserver
name=host2.mydomain
Regards,
Laurent
Henrik Nordstrom <[EMAIL PROTECTED]>
10/09/2003 11:39
Pour : [EMAIL PROTECTED]
cc : [EMAIL PROTECTED]
Objet : Re: Re: [squid-users] reverse proxy with different ports
On Wednesday 10 September 2003 02.04, [EMAIL PROTECTED] wrote:
> In my case, I use special ports (https://virt_serv_name:2443 and
> http://virt_serv_name:81...) and it looks like the vhost
> instruction in https_port doesn't work with it.
See your access.log. access.log contains the URL as processed by Squid
according to the http(s)_port settings where the request was
accepted.
Regards
Henrik