On Mon, 2005-04-25 at 22:50 +0200, Henrik Nordstrom wrote: > > bash-3.00$ telnet www.hotbot.com 80 > > Trying 209.202.248.100... > > telnet: connect to address 209.202.248.100: Connection refused > > telnet: Unable to connect to remote host: Connection refused > > Most likely your http_port and firewall/interception rules does not match. > The interception rules must redirect the traffic to the same port number > as your http_port. I just commented out the http_port in favor (so it's listening on the default 3128) of the httpd_accel_port directive which i have set to port 80. Do i also need http_port set here as well? I'll try it now to see what happens. Aaron Martinez