On Thu, 24 Sep 1998, carlos wrote:
> List of active MAP/Redirect filters:
> rdr ef0 202.150.0.1/32 port 80 -> 202.150.2.12 port 3128 tcp
> rdr ef0 0.0.0.0/0 port 80 -> 202.150.2.12 port 3128 tcp
Try these rules instead:
rdr ef0 202.150.2.12/32 port 80 -> 127.0.0.1 port 80 tcp
rdr ef0 0.0.0.0/0 port 80 -> 127.0.0.1 port 3128 tcp
(The first rule is to prevent squid from connecting to itself.)
> I am attached a part of my squid.conf below,
>
> http_port 3128
> icp_port 3130
>
> httpd_accel virtual 80
^^-- This appears to have been split in squid 2.2, I don't know if the old
way still works.
It is now:
httpd_accel_host virtual
httpd_accel_port 80
Seeya...Q
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
_____ / Quinton Dolan - q@fan.net.au
__ __/ / / __/ / / Systems Administrator
/ __ / _/ / / Fast Access Network
__/ __/ __/ ____/ / - / Gold Coast, QLD, Australia
_______ / Ph: +61 7 5574 1050
\_\ SAGE-AU Member
Received on Fri Sep 25 1998 - 03:48:33 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:42:11 MST