On Thu, 19 Feb 2004, Dan Didier wrote: > Hopefully someone here can shed some light on my problem. I recently > installed a squid box for my users, and everything was going great until > we started using a new webmail interface which is writen in .cgi
Odd. > Now, here is the weird part, if I go to the mailbox and open a message > and then click on the inbox button it shoots me back to the login. Here > is the correspondinig log entry: > > 1077237858.070 390 192.168.100.254 TCP_MISS/200 5473 GET > http://wbsmail.webbuildersolution.com:8383/Xfc809bcec99ec8cb9dcf0dee4aa0 > /readmail.44775.cgi? - DIRECT/167.68.25.107 text/html > > Next if I simply hit the back button and do it again, it lets me in! > Here is the log entry: > > 1077237920.306 982 192.168.100.254 TCP_MISS/200 36446 GET > http://wbsmail.webbuildersolution.com:8383/Xfc809bcec99ec8cb9dcf0dee4aa0 > /readmail.44775.cgi? - DIRECT/167.68.25.76 text/html > > > It is exactly the same!!! Except that the size differs significantly so the response is different. Try if you can see any difference with the following set in squid.conf: strip_query_terms off log_mime_hdrs on If you still does not see any difference then the application is broken. Setting "server_persistent_connections off" may help, and if this makes a difference in either way then it is proven the application is broken. Regards Henrik
