Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Website coming up as HTML text on Apache server in Netscape..

0 views
Skip to first unread message

Johnmichael Monteith

unread,
Aug 14, 2000, 3:00:00 AM8/14/00
to
Okay, visit www.psfinc.com and go to some of the sub pages in a Netscape
browser and I think you will see what the problem is. On some of the sub
pages for whatever reason in Netscape instead of showing the web page it
will display the HTML text.

I am posting this in a Linux newsgroup because it seems to be somewhat
related to the Linux Red Hat 6.1 / Apache server it is being run on since
when I changed servers to HTTPS it seemed to run a little better.

Thoughts?

jp

Akira Yamanita

unread,
Aug 15, 2000, 1:27:07 AM8/15/00
to

It appears that the mime types are not set properly on the server.
The problem occurs only with files that end in .htm. .html pages
are displayed properly.

Make certain that you have the line:

text/html html htm

in /etc/mime.types (or whatever TypesConfig is set to).

Neil

unread,
Aug 15, 2000, 3:00:00 AM8/15/00
to
On Mon, 14 Aug 2000 21:51:23 -0700, "Johnmichael Monteith"
<mo...@sanitypages.com> wrote:

>
>I am posting this in a Linux newsgroup because it seems to be somewhat
>related to the Linux Red Hat 6.1 / Apache server it is being run on since
>when I changed servers to HTTPS it seemed to run a little better.

apache is sending the wrong mime type with html documents. Read the apache
manual pages for info on associating mime types with documents types.

Should be text/html not text/plain

0 new messages