tor 2010-03-18 klockan 12:28 +0530 skrev jayesh chavan:

> Apache is uses as webserver and squid as normal proxy.Squid uses
> parent proxy 192.168.7.253:3128 and my squid address is
> 192.168.7.236:8080

I would guess you need

acl to_localhost dst 127.0.0.1
always_direct allow to_localhost

telling your squid that it should not use peers for requests to
localhost.

Regards
Henrik

Reply via email to