From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 17FC1BC84 for ; Wed, 30 Mar 2005 22:30:55 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j2UKUs1O013306 for ; Wed, 30 Mar 2005 22:30:54 +0200 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id WAA11012 for ; Wed, 30 Mar 2005 22:30:54 +0200 (MET DST) Received: from saul.cis.upenn.edu (SAUL.CIS.upenn.edu [158.130.12.4]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j2UKUqWB005539 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 30 Mar 2005 22:30:53 +0200 Received: from localhost (SAUL.CIS.upenn.edu [158.130.12.4]) by saul.cis.upenn.edu (8.12.10/8.12.9) with ESMTP id j2UKUlCP028919; Wed, 30 Mar 2005 15:30:48 -0500 (EST) Date: Wed, 30 Mar 2005 15:30:47 -0500 (EST) Message-Id: <20050330.153047.41640456.eijiro_sumii@anet.ne.jp> To: caml-list@inria.fr Cc: Xavier.Leroy@inria.fr, sumii@saul.cis.upenn.edu Subject: Re: [Caml-list] Re: Still problems with the main ocaml web page From: Eijiro Sumii In-Reply-To: <20050330152901.GC18175@yquem.inria.fr> References: <20050330141949.67864.qmail@web50904.mail.yahoo.com> <20050330152901.GC18175@yquem.inria.fr> X-Mailer: Mew version 3.2 on Emacs 20.7 / Mule 4.1 (AOI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Miltered: at nez-perce with ID 424B0C7E.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at concorde with ID 424B0C7C.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 ocaml:01 eijiro:01 sumii:01 eijiro:01 sumii:01 httpd:01 ...:98 ccc:98 ...:98 exceptions:01 openssl:01 reproduce:01 caml:02 caml:02 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on yquem.inria.fr X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.2 X-Spam-Level: From: "Xavier Leroy" > Of course the new site was tested with IE, and it works just fine on > my Windows installation. Something is happening that 1- we don't > understand, and 2- we can't reproduce. Another user suggested this > might have to do with language preferences in the browser, which could > expose a problem in content (language) negociation between the browser > and server. Any constructive advice on how to attack this problem is > most welcome. Perhaps I am that user:-) but anyway, I reported the same problem with MS IE on Japanese Windows to webmaster@brion.inria.fr on March 18 with the log below. Although I'm not an expert, the problem apparently seems to be in the configuration of your apache (or each .htaccess), to which I unfortunately don't have access... In any case, the "Language Negotiation Exceptions" section in the following document might help. http://httpd.apache.org/docs-2.0/en/content-negotiation.html ---------------------------------------------------------------------- > telnet caml.inria.fr http Trying 128.93.11.23... Connected to brion.inria.fr. Escape character is '^]'. GET / HTTP/1.1 HOST: caml.inria.fr Accept-Language: ja HTTP/1.1 200 OK Date: Fri, 18 Mar 2005 19:21:26 GMT Server: Apache/2.0.52 (Debian GNU/Linux) mod_ssl/2.0.52 OpenSSL/0.9.7e Content-Location: index.xml Vary: negotiate,accept,accept-language TCN: choice Last-Modified: Fri, 18 Mar 2005 13:36:27 GMT ETag: "11006c-1b03-7714ccc0" Accept-Ranges: bytes Content-Length: 6915 Content-Type: unknown/unknown ...snip... ----------------------------------------------------------------------