Hello, You can't have a HTTP 200 in all your log and a HTTP 404 in your web browser, or IE6 really became a bunch of crap. you can disable IE crap about friendly 404 error page with this :
1. Go to Tools Menu in the Internet Explorer and click the Internet Options. 2. You will be displayed with the Internet Options dialog box. Click the Advanced tab. 3. Uncheck the "Show friendly HTTP error messages" check box and then click the OK button at the end. Regards, Hervé. On Wed, 04 Aug 2010 15:58:48 +0200 eni-urgence <[email protected]> wrote: > Hello all. > > > I have some strange issue with ie6 (I know it's quite old but our > customer don't want to upgrade for now). A page that works through > the proxy with last release of webrowser (IE8, firefox, Safari...) > don't want to work with IE6. The http request go on the proxy and > it's forwarded to the apache server but the browser display a 404 > error (Page not found) > > you can find the haproxy trace > Aug 4 15:54:16 web0103 haproxy[19109]: 127.0.0.1:35663 > [04/Aug/2010:15:54:16.535] public-http-applicatif-prod > webfarm-http-applicatif-prod-Avignon/web0103-applicatif-10084 > 0/0/0/85/86 200 5046 - - --NI 0/0/0/0/0 0/0 {192.168.1.8|} {|Apache} > "GET /scanweb/custom/demo/index.php HTTP/1.1" > > > > and the apache trace > > secure.scan-prod.com 192.168.1.8 192.168.1.8 192.168.100.41 - - > [04/Aug/2010:15:54:16 +0200] "GET /scanweb/custom/demo/index.php > HTTP/1.1" 200 4547 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT > 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR > 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET > CLR 3.5.30729)" > > I have seen in haproxy doc that the return code 200 said all is ok. > The information --NI said that no cookie have been set. I don't > understand why. > > > Is anyone have seen it before? > > Thanks for your help > > NICOLE Emerik > Newbie french user of haproxy. > > > > -- Hervé COMMOWICK, EXOSEC (http://www.exosec.fr/) ZAC des Metz - 3 Rue du petit robinson - 78350 JOUY EN JOSAS Tel: +33 1 30 67 60 65 - Fax: +33 1 75 43 40 70 mailto:[email protected]

