bug or missconfiguration??

From: Chris Ison <ceison@dont-contact.us>
Date: Sun, 19 Dec 1999 23:56:11 +0000

I have squid 2.2.stable5 set up as a httpd_accel and a proxy cache. I
went through the conf file very carefully and through the FAQ and I
checked email lists but I cannot see anything releating to my particular
problem.

I keep getting forwarding loop warnings when ever someone tried to look
at the web site as shown below and squid returns an access denied to the
client.

-- snip cache.log --

1999/12/20 10:33:55| WARNING: Forwarding loop detected for:
GET / HTTP/1.0^M
Accept: */*^M
Accept-Language: en-us^M
Accept-Encoding: gzip, deflate^M
User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)^M
Pragma: no-cache^M
Via: 1.1 www.computers4all.com:80
(Squid/2.2.STABLE5),NetCache@proxy.cache.telstra.net: Version 3.4D8^M
X-Forwarded-For: 203.41.94.195,203.41.94.194^M
Cache-Control: max-age=259200^M
Host: www.computers4all.com^M
Connection: Keep-Alive^M
-- end snip cache.log --

I have httpd_accel setup as follows, and have tried "virtual" and
"localhost" in place of "www.computers4all.com" with still the same
result. apache is sitting on port 81.

httpd_accel_host www.computers4all.com
httpd_accel_port 81
httpd_accel_with_proxy on

acl's seem to be fine according to faq's and squid in debug mode

acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl domain src 203.41.94.192/255.255.255.192
203.42.110.192/255.255.255.192
acl link src 139.130.45.151/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 81 20 21 443 563 70 210 1025-65535
acl purge method PURGE
acl CONNECT method CONNECT
acl peers src proxy.cache.telstra.net
cache_host_acl proxy.cache.telstra.net !peers

http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access allow domain
http_access allow all
icp_access allow all
Received on Sun Dec 19 1999 - 17:02:22 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:49:56 MST