[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Transparent squid proxy



Are you sure setting httpd_accel_port to 80 didn't work?

The squid user's guide clearly states, in the Accelerator Configuation section, that "Squid will connect to the port that you set the httpd_accel_port value to."  So, the value should be set to 80.  Setting the value to 0 implies that you are using the port that the proxy is listening on.

So, either do:

 http_port 127.0.0.1:3128
 httpd_accel_port 80

OR do:

 http_port 127.0.0.1:80
 httpd_accel_port 0

With the appropriate rdr setting corresponding to what you are listening on, of course.

jt

----- Original Message -----
 From: Jason Dixon <jason_(_at_)_dixongroup_(_dot_)_net>
 Date: Tuesday, April 29, 2003 5:34 pm
 Subject: Re: Transparent squid proxy

 > I still haven't figured out why Squid insists on forwarding proxy
 > requests to the same port that it is listening on, but I found that
 > starting Squid on 127.0.0.1:80 is a working hack.  Guess I'll have to
 > rdr (pun intended) this issue to the Squid mailing list.
 > 
 > -J.



Visit your host, monkey.org