On Thu, 14 Aug 2003, Niti Lohwithee wrote:

>       Additional information, when I access the web access the webmail
> . The messages.log display that WARNING: Forwarding loop detected for:
> GET / HTTP/1.0^M Accept: image/gif, image/x-xbitmap, image/jpeg,
> image/pjpeg, appli
> cation/vnd.ms-excel, application/vnd.ms-powerpoint, ............... 

Your squid does not know how to find it's way to the real servers. Two 
possible causes here

a) The server the user asked for is not in your /etc/hosts file.

b) You have specified "httpd_accel_host virtual" but not 
"httpd_accel_uses_host_header on". Such configuration will make Squid try 
to contact it's own IP address all the time as "httpd_accel_host virtual" 
tells it to reconstruct the URL using the IP address.

Which of the two is obvious if you look into access.log.

Regards
Henrik


Reply via email to