Browse thread
Re: Still problems with the main ocaml web page
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Eijiro Sumii <eijiro_sumii@a...> |
| Subject: | Re: [Caml-list] Re: Still problems with the main ocaml web page |
From: "Xavier Leroy" <Xavier.Leroy@inria.fr> > 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 <?xml version="1.0" encoding="ISO-8859-1"?> ...snip... ----------------------------------------------------------------------