Chris Robertson wrote:
-----Original Message-----
From: Nathan Whittacre [mailto:nwhit@xxxxxxxxxxxxxxxx]
Sent: Friday, July 15, 2005 2:01 PM
To: Chris Robertson
Subject: Re: Parent Proxy Help
Chris Robertson wrote:
I must admit a bit of confusion... The log snippet that you included shows the proxy server using a parent (10.2.0.253) for the dealer.toyota.com domain. Was something else broken at that time? In any case, adding the following...
acl toyota-dealer dstdomain .dealer.toyota.com
never_direct allow toyota-dealer
always_direct allow all
...to your squid.conf will guarantee that Squid will never try to hit the dealer.toyota.com domain directly, but will use the parent proxy.
Chris
Didn't work... would get anything from that proxy now:
1121464582.214 19988 10.2.0.61 TCP_MISS/000 0 GET
http://dealer.toyota.com/login.asp? - NONE/- -
1121464635.801 18293 10.2.0.61 TCP_MISS/000 0 GET
http://dealer.toyota.com/login.asp? - NONE/- -
Thanks,
Nathan
Hmmm... TCP_MISS/000 usually means that the connection was terminated before the origin server supplied any data. Did accesses to other websites work? Just to be clear, you are taking the working 2.4 config and adding the three lines above, correct? Further, the old proxy works during the times that the new one is failing, right?
I just want to limit as many variables as possible.
Chris
Yes, the 2.4 config that worked in the old machine (redhat 7.3, which
died)... I added the lines above and it still doesn't work on either 2.4
or 2.5. If I go direct from the PCs to the parent proxy, it works just
fine. Moreover, all other internet sites work fine also, just the
redirect to dealer.toyota.com.
Thanks for your help.
Nathan