Hi Squid users, I encounter problem with ctx: enter level 0 when try to open link http://www.manoramaonline.com/cgi-bin/MMOnline.dll/portal/ep/home.do?newUser=yes the error message from the browser: ERROR The requested URL could not be retrieved -------------------------------------------------------------------------------- While trying to process the request: GET /cgi-bin/MMOnline.dll/portal/ep/home.do?newUser=yes HTTP/1.1 Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, */* Accept-Language: en-us Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) Host: www.manoramaonline.com Proxy-Connection: Keep-Alive The following error was encountered: Invalid Response from wget result: root@squid:test# wget -S http://www.manoramaonline.com/cgi-bin/MMOnline.dll/portal/ep/home.do?newUser=yes --09:16:59-- http://www.manoramaonline.com/cgi-bin/MMOnline.dll/portal/ep/home.do?newUser=yes => `home.do?newUser=yes' Resolving www.manoramaonline.com... 209.176.182.132 Connecting to www.manoramaonline.com[209.176.182.132]:80... connected. HTTP request sent, awaiting response... 1 HTTP/1.1 200 OK 2 Connection: close 3 Date: Thu, 30 Mar 2006 01:17:00 GMT 4 Server: Microsoft-IIS/6.0 5 content-type: text/html; charset=iso-8859-1 [ <=> ] 99,396 72.65K/s 09:17:01 (72.48 KB/s) - `home.do?newUser=yes' saved [99396] from the access log: root@squid:user# tail -f /usr/local/squid/logs/access.log |grep 209.176.182.132 1143681288.638 560 203.120.96.228 TCP_MISS/502 1793 GET http://www.manoramaonline.com/cgi-bin/MMOnline.dll/portal/ep/home.do? - DIRECT/209.176.182.132 text/html 1143681352.301 531 203.120.96.228 TCP_MISS/502 1793 GET http://www.manoramaonline.com/cgi-bin/MMOnline.dll/portal/ep/home.do? - DIRECT/209.176.182.132 text/html from cache log : root@squid:src# tail -f /usr/local/squid/logs/cache.log |grep www.manoramaonline.com 2006/03/30 09:15:52| ctx: enter level 0: 'http://www.manoramaonline.com/cgi-bin/MMOnline.dll/portal/ep/home.do?newUser=yes' I have tried to access this link using squid-2.5STABLE10 and squid-2.5STABLE13, both have the same error message and log. When i try to other mechine using squid-2.5STABLE7, the web can open but it shows message "X-Cache: MISS from <hostname> X-Cache-Lookup: MISS from <hostname>:80 Proxy-Connection: close ". there is no ctx: enter level 0 from cache.log Is this related with the relaxed_header_parse off ? any idea how to solve this? Thanks for the info YB