* Still problems with the main ocaml web page
@ 2005-03-30 12:43 Erik de Castro Lopo
2005-03-30 13:32 ` [Caml-list] " Erik de Castro Lopo
2005-03-30 21:26 ` [Caml-list] Still problems " Dmitry Bely
0 siblings, 2 replies; 11+ messages in thread
From: Erik de Castro Lopo @ 2005-03-30 12:43 UTC (permalink / raw)
To: caml-list
Hi all,
Sorry to to harp on this, but the main ocaml web page still doesn't
render with some web browsers, for instance Galeon 1.2.5 and Galeon
1.3.20.
Going to http://caml.inria.fr/ results in the browser being served
a file with MIME type unknown/unknown. Since the browser doesn't
know the file type it offer me the option of saving the file
rather than viewing it.
This is an problem with the setup of the web server itself. It
often means that the /etc/apache2/mime.types is missing or
has no entry for the file type being served.
Erik
--
+-----------------------------------------------------------+
Erik de Castro Lopo nospam@mega-nerd.com (Yes it's valid)
+-----------------------------------------------------------+
"C makes it easy to shoot yourself in the foot. C++ makes it
harder, but when you do, you blow away your whole leg!"
-- Bjarne Stroustrup
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Caml-list] Still problems with the main ocaml web page
2005-03-30 12:43 Still problems with the main ocaml web page Erik de Castro Lopo
@ 2005-03-30 13:32 ` Erik de Castro Lopo
2005-03-30 15:03 ` Christopher Campbell
2005-03-30 21:26 ` [Caml-list] Still problems " Dmitry Bely
1 sibling, 1 reply; 11+ messages in thread
From: Erik de Castro Lopo @ 2005-03-30 13:32 UTC (permalink / raw)
To: caml-list
On Wed, 30 Mar 2005 22:43:17 +1000
Erik de Castro Lopo <ocaml-erikd@mega-nerd.com> wrote:
> Hi all,
>
> Sorry to to harp on this, but the main ocaml web page still doesn't
> render with some web browsers, for instance Galeon 1.2.5 and Galeon
> 1.3.20.
>
> Going to http://caml.inria.fr/ results in the browser being served
> a file with MIME type unknown/unknown.
Someone pointed me to the HEAD script which on my machine produces
this:
Date: Wed, 30 Mar 2005 13:15:04 GMT
Accept-Ranges: bytes
Age: 272
ETag: "110072-1a09-ee80fb80"
Server: Apache/2.0.52 (Debian GNU/Linux) mod_ssl/2.0.52 OpenSSL/0.9.7e
Vary: negotiate,accept,accept-language
Content-Language: en
Content-Length: 6665
Content-Location: index.en.html
Content-Type: text/html; charset=ISO-8859-1
<snip>
which means that the server is OK and that the problem must be in my
browser.
Erik
--
+-----------------------------------------------------------+
Erik de Castro Lopo nospam@mega-nerd.com (Yes it's valid)
+-----------------------------------------------------------+
"Or here's an even simpler indicator of how much C++ sucks: Print out
the C++ Public Review Document. Have someone hold it about three feet
above your head and then drop it. Thus you will be enlightened."
-- Thant Tessman
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Caml-list] Still problems with the main ocaml web page
2005-03-30 13:32 ` [Caml-list] " Erik de Castro Lopo
@ 2005-03-30 15:03 ` Christopher Campbell
2005-03-30 19:23 ` Content-Type problem " Matti Jokinen
0 siblings, 1 reply; 11+ messages in thread
From: Christopher Campbell @ 2005-03-30 15:03 UTC (permalink / raw)
To: Erik de Castro Lopo; +Cc: caml-list
Erik de Castro Lopo wrote:
> On Wed, 30 Mar 2005 22:43:17 +1000
> Erik de Castro Lopo <ocaml-erikd@mega-nerd.com> wrote:
>
>
>>Hi all,
>>
>>Sorry to to harp on this, but the main ocaml web page still doesn't
>>render with some web browsers, for instance Galeon 1.2.5 and Galeon
>>1.3.20.
>>
>>Going to http://caml.inria.fr/ results in the browser being served
>>a file with MIME type unknown/unknown.
>
>
> Someone pointed me to the HEAD script which on my machine produces
> this:
>
> Date: Wed, 30 Mar 2005 13:15:04 GMT
> Accept-Ranges: bytes
> Age: 272
> ETag: "110072-1a09-ee80fb80"
> Server: Apache/2.0.52 (Debian GNU/Linux) mod_ssl/2.0.52 OpenSSL/0.9.7e
> Vary: negotiate,accept,accept-language
> Content-Language: en
> Content-Length: 6665
> Content-Location: index.en.html
> Content-Type: text/html; charset=ISO-8859-1
> <snip>
>
> which means that the server is OK and that the problem must be in my
> browser.
I just installed Galeon 1.3.20 on Debian (unstable, i386) to test it,
and seemed to render fine. No visual anomalies or mime type problems.
What was the specific rendering issue?
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Content-Type problem with the main ocaml web page
2005-03-30 15:03 ` Christopher Campbell
@ 2005-03-30 19:23 ` Matti Jokinen
2005-03-30 20:09 ` [Caml-list] " Eric Cooper
0 siblings, 1 reply; 11+ messages in thread
From: Matti Jokinen @ 2005-03-30 19:23 UTC (permalink / raw)
To: caml-list
In my computer, the problem occurs with Galeon 1.3.19. The error is
triggered by a malformed header line sent by Galeon:
Accept-Language: English,fi;q=0.5
The server sends a correct Content-Type if the above is corrected to
Accept-Language: en,fi;q=0.5
- Matti Jokinen
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Caml-list] Re: Content-Type problem with the main ocaml web page
2005-03-30 19:23 ` Content-Type problem " Matti Jokinen
@ 2005-03-30 20:09 ` Eric Cooper
2005-03-30 22:36 ` Ken Wakita
0 siblings, 1 reply; 11+ messages in thread
From: Eric Cooper @ 2005-03-30 20:09 UTC (permalink / raw)
To: caml-list
On Wed, Mar 30, 2005 at 10:23:39PM +0300, Matti Jokinen wrote:
> In my computer, the problem occurs with Galeon 1.3.19. The error is
> triggered by a malformed header line sent by Galeon:
>
> Accept-Language: English,fi;q=0.5
>
> The server sends a correct Content-Type if the above is corrected to
>
> Accept-Language: en,fi;q=0.5
I was experiencing the same problem with Galeon 1.3.20, but it went
away when I set my Languages preferences to English and French. But
then I deleted French and the problem did not reappear, so I am
mystified.
--
Eric Cooper e c c @ c m u . e d u
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Caml-list] Still problems with the main ocaml web page
2005-03-30 12:43 Still problems with the main ocaml web page Erik de Castro Lopo
2005-03-30 13:32 ` [Caml-list] " Erik de Castro Lopo
@ 2005-03-30 21:26 ` Dmitry Bely
2005-03-31 12:25 ` Francis Dupont
1 sibling, 1 reply; 11+ messages in thread
From: Dmitry Bely @ 2005-03-30 21:26 UTC (permalink / raw)
To: caml-list
BTW, webmaster@caml.inria.fr address mentioned in the contacts is not
routable...
- Dmitry Bely
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Caml-list] Still problems with the main ocaml web page
2005-03-30 21:26 ` [Caml-list] Still problems " Dmitry Bely
@ 2005-03-31 12:25 ` Francis Dupont
2005-03-31 15:10 ` Dmitry Bely
0 siblings, 1 reply; 11+ messages in thread
From: Francis Dupont @ 2005-03-31 12:25 UTC (permalink / raw)
To: Dmitry Bely; +Cc: caml-list
In your previous mail you wrote:
BTW, webmaster@caml.inria.fr address mentioned in the contacts is not
routable...
=> no E-mail address is routable... What do you mean ? The host
caml.inria.fr is routable, i.e., the host which has the (alias) name
caml.inria.fr has a routable IP address (128.93.11.23).
Regards
Francis.Dupont@enst-bretagne.fr
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Caml-list] Still problems with the main ocaml web page
2005-03-31 12:25 ` Francis Dupont
@ 2005-03-31 15:10 ` Dmitry Bely
2005-03-31 15:52 ` Dmitry Bely
2005-03-31 22:24 ` Francis Dupont
0 siblings, 2 replies; 11+ messages in thread
From: Dmitry Bely @ 2005-03-31 15:10 UTC (permalink / raw)
To: Francis Dupont; +Cc: caml-list
Francis Dupont <Francis.Dupont@enst-bretagne.fr> writes:
> In your previous mail you wrote:
>
> BTW, webmaster@caml.inria.fr address mentioned in the contacts is not
> routable...
>
> => no E-mail address is routable... What do you mean ? The host
> caml.inria.fr is routable, i.e., the host which has the (alias) name
> caml.inria.fr has a routable IP address (128.93.11.23).
I mean that the mail relay fails with that message:
[quote]
From: Mail Delivery System <Mailer-Daemon@f25.mail.ru>
Subject: Mail delivery failed: returning message to sender
To: dbely@mail.ru
Date: Wed, 30 Mar 2005 13:37:14 +0400
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
webmaster@caml.inria.ft
Unrouteable address
[quote]
(BTW they run Exim as a mailer daemon)
- Dmitry Bely
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2005-03-31 22:25 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-30 12:43 Still problems with the main ocaml web page Erik de Castro Lopo
2005-03-30 13:32 ` [Caml-list] " Erik de Castro Lopo
2005-03-30 15:03 ` Christopher Campbell
2005-03-30 19:23 ` Content-Type problem " Matti Jokinen
2005-03-30 20:09 ` [Caml-list] " Eric Cooper
2005-03-30 22:36 ` Ken Wakita
2005-03-30 21:26 ` [Caml-list] Still problems " Dmitry Bely
2005-03-31 12:25 ` Francis Dupont
2005-03-31 15:10 ` Dmitry Bely
2005-03-31 15:52 ` Dmitry Bely
2005-03-31 22:24 ` Francis Dupont
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox