You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Paul McFerrin <pm...@columbus.rr.com> on 2010/02/19 00:21:56 UTC

[users@httpd] Upgrading from Apache1 1.x to 2.1.14

I have a couple of issues associated with upgrade to Apache 2.1.14.  
First, I changed:

from:    DefaultType text/plain
to:        DefaultType application/octet-stream

In httpd.conf file.


Now, any and all graphics to not render in the Browser.  Next, the 
following text will not appear.  It appears blank.: My 1.x server does 
not have these problems.

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="RoadRunner">
   <meta name="GENERATOR" content="Mozilla/4.72 [en] (Win98; I) [Netscape]">
   <title>Myers Outline Descendant Tree</title>
</head>
<body>
Descendants of Oscar Myers
<br>&nbsp;
<br>&nbsp;1&nbsp;&nbsp; Oscar Myers Private -
<br>..&nbsp; +Esther Sacrisen Private -
<br>......... 2&nbsp;&nbsp; Chester Myers
<br>......... 2&nbsp;&nbsp; Hermine Myers
<br>.............&nbsp; +? Barker
<br>......... 2&nbsp;&nbsp; Ruth Myers
<br>.............&nbsp; +? Staley
<br>......... 2&nbsp;&nbsp; Hazel Myers

What did I forget to do???


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Upgrading from Apache1 1.x to 2.1.14

Posted by Daniel Reinhardt <cr...@cryptodan.net>.
--------------------------------------------------
From: "Paul McFerrin" <pm...@columbus.rr.com>
Sent: 18 February, 2010 23:21
To: <us...@httpd.apache.org>
Subject: [users@httpd] Upgrading from Apache1 1.x to 2.1.14

> I have a couple of issues associated with upgrade to Apache 2.1.14.  First, I 
> changed:
>
> from:    DefaultType text/plain
> to:        DefaultType application/octet-stream
>
> In httpd.conf file.
>
>
> Now, any and all graphics to not render in the Browser.  Next, the following 
> text will not appear.  It appears blank.: My 1.x server does not have these 
> problems.
>
> <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
> <html>
> <head>
>   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
>   <meta name="Author" content="RoadRunner">
>   <meta name="GENERATOR" content="Mozilla/4.72 [en] (Win98; I) [Netscape]">
>   <title>Myers Outline Descendant Tree</title>
> </head>
> <body>
> Descendants of Oscar Myers
> <br>&nbsp;
> <br>&nbsp;1&nbsp;&nbsp; Oscar Myers Private -
> <br>..&nbsp; +Esther Sacrisen Private -
> <br>......... 2&nbsp;&nbsp; Chester Myers
> <br>......... 2&nbsp;&nbsp; Hermine Myers
> <br>.............&nbsp; +? Barker
> <br>......... 2&nbsp;&nbsp; Ruth Myers
> <br>.............&nbsp; +? Staley
> <br>......... 2&nbsp;&nbsp; Hazel Myers
>
> What did I forget to do???
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>

Paul,

Are the images located in the root directory aka everything after the .com/ if 
they are not, and have moved you need to correct these locations.

<img SRC="eyes.gif" height=35 width=68 align=top><b><font size=+2>
I'm looking for lost relatives!</font></b><img SRC="eyes.gif" height=35 width=68 
align=top>
<center>
Are you one of them?. . .
</center>


I would change it back to text/html and see if you get the same results.

Thanks,
Daniel 


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org