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> 
<br> 1   Oscar Myers Private -
<br>..  +Esther Sacrisen Private -
<br>......... 2   Chester Myers
<br>......... 2   Hermine Myers
<br>.............  +? Barker
<br>......... 2   Ruth Myers
<br>.............  +? Staley
<br>......... 2   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 [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Paul McFerrin [ Fr, 19 Februar 2010 00:21 ] [ ID #2032777 ]

Re: Upgrading from Apache1 1.x to 2.1.14

This particular version of Apache is part of the XAMPP Package which is
a COMPLETE Package containing: Apache, MySQL, Filezilla, Mercury, PHP, &
Tomcat; all in one package for the PC. I have a lot to lose if I can't
get Apache working to my liking. Something is missing in the httpd.conf
file that is blocking this feature. It is experiencing the following
behaviors:
htttp://genealogy.mcferrin.org == Page display's normally
http://genealogy.mcferrin.org/barrows.htm == Page displays "Object not
found" message, but is there!!
http://genealogy.mcferrin.org/McFerrin_CD == Directory containing
"index.html", Page displays "Object not found" again.
- Paul

------------------------------------------------------------ ---------
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 [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Paul McFerrin [ Fr, 19 Februar 2010 07:07 ] [ ID #2032780 ]

Re: Re: Upgrading from Apache1 1.x to 2.1.14

On 19 Feb 2010, at 06:07, Paul McFerrin wrote

> htttp://genealogy.mcferrin.org =3D=3D Page display's normally
> http://genealogy.mcferrin.org/barrows.htm =3D=3D Page displays "Object =
not found" message, but is there!!
> http://genealogy.mcferrin.org/McFerrin_CD =3D=3D Directory containing =
"index.html", Page displays "Object not found" again.

The error log knows more than we do.

--
Nick Kew=

------------------------------------------------------------ ---------
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 [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Nick Kew [ Fr, 19 Februar 2010 07:37 ] [ ID #2032781 ]

Re: Upgrading from Apache1 1.x to 2.1.14

--------------------------------------------------
From: "Paul McFerrin" <pmcferrin [at] columbus.rr.com>
Sent: 18 February, 2010 23:21
To: <users [at] httpd.apache.org>
Subject: [users [at] 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> 
> <br> 1   Oscar Myers Private -
> <br>..  +Esther Sacrisen Private -
> <br>......... 2   Chester Myers
> <br>......... 2   Hermine Myers
> <br>.............  +? Barker
> <br>......... 2   Ruth Myers
> <br>.............  +? Staley
> <br>......... 2   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 [at] httpd.apache.org
> " from the digest: users-digest-unsubscribe [at] httpd.apache.org
> For additional commands, e-mail: users-help [at] 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 [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Daniel Reinhardt [ Fr, 19 Februar 2010 08:15 ] [ ID #2032782 ]

RE: Re: Upgrading from Apache1 1.x to 2.1.14

--_000_530559EA4DA84AD6A500556AD81C4F0Amimectl_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

You do realize Xampp is a test and development package and not designed for=
a "production" environment correct?

Thanks,
Brent Davidson


This particular version of Apache is part of the XAMPP Package which is
a COMPLETE Package containing: Apache, MySQL, Filezilla, Mercury, PHP, &
Tomcat; all in one package for the PC. I have a lot to lose if I can't
get Apache working to my liking. Something is missing in the httpd.conf
file that is blocking this feature. It is experiencing the following
behaviors:
htttp://genealogy.mcferrin.org =3D=3D Page display's normally
http://genealogy.mcferrin.org/barrows.htm =3D=3D Page displays "Object no=
t
found" message, but is there!!
http://genealogy.mcferrin.org/McFerrin_CD =3D=3D Directory containing
"index.html", Page displays "Object not found" again.
- Paul

------------------------------------------------------------ ---------
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 [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org


--_000_530559EA4DA84AD6A500556AD81C4F0Amimectl_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<HTML dir=3Dltr><HEAD>
<STYLE>.EmailQuote {
BORDER-LEFT: #800000 2px solid; PADDING-LEFT: 4pt; MARGIN-LEFT: 1pt
}
</STYLE>

<STYLE title=3DowaParaStyle><!--P {
MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
--></STYLE>
</HEAD>
<BODY ocsi=3D"x">
<DIV dir=3Dltr><FONT color=3D#000000 size=3D2 face=3DTahoma>You do realize&=
nbsp;Xampp<A target=3D_blank></A> is a test and development package and not=
designed for a "production" environment correct?</FONT></DIV>
<DIV>
<DIV> </DIV>
<DIV><FONT size=3D2 face=3DTahoma>Thanks,</FONT></DIV>
<DIV><FONT size=3D2 face=3DTahoma>Brent Davidson</FONT></DIV>
<DIV><BR> </DIV></DIV>
<DIV></DIV><FONT size=3D2>
<DIV class=3DPlainText>This particular version of Apache is part of the XAM=
PP Package which is <BR>a COMPLETE Package containing: Apache, MySQL<A targ=
et=3D_blank></A>, Filezilla<A target=3D_blank></A>, Mercury, PHP, & <BR=
>Tomcat; all in one package for the PC.  I have a lot to lose if I can=
't <BR>get Apache working to my liking.  Something is missing in the&n=
bsp;httpd.conf<A target=3D_blank></A> <BR>file that is blocking this featur=
e.  It is experiencing the following <BR>behaviors:<BR>  htttp://=
genealogy.mcferrin.org =3D=3D Page display's normally<BR>  <A href=3D"=
http://genealogy.mcferrin.org/barrows.htm" target=3D_blank>http://genealogy=
..mcferrin.org/barrows.htm</A> =3D=3D Page displays "Object not <BR>found" m=
essage, but is there!!<BR>  <A href=3D"http://genealogy.mcferrin.org/M=
cFerrin_CD" target=3D_blank>http://genealogy.mcferrin.org/McFerrin_CD</A> =
=3D=3D Directory containing <BR>"index.html<A target=3D_blank></A>", Page d=
isplays "Object not found" again.<BR>- Paul<BR><BR>------------------------=
---------------------------------------------<BR>The official User-To-User =
support forum of the Apache HTTP Server Project.<BR>See <URL:http://http=
d.apache.org/userslist.html> for more info.<BR>To unsubscribe, e-mail: u=
sers-unsubscribe [at] httpd.apache.org<A target=3D_blank></A><BR>   "&=
nbsp;  from the digest: users-digest-unsubscribe [at] httpd<A target=3D_bla=
nk></A>.apache.org<BR>For additional commands, e-mail: users-help [at] httpd.apa=
che.org<A target=3D_blank></A><BR><BR></DIV></FONT></BODY></HTML>

--_000_530559EA4DA84AD6A500556AD81C4F0Amimectl_--
Brent Davidson [ Fr, 19 Februar 2010 14:27 ] [ ID #2032786 ]

Re: Re: Upgrading from Apache1 1.x to 2.1.14

--=-JO3gGPpIQoONc5shMyhP
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

On Sun, 2010-02-21 at 13:07 -0500, Paul McFerrin wrote:
> I gave up on Xampp as a web server. Too many problems with not having
> symbolic links. Went and got Apache version 2.0.63 and I'm trying to
> port it to Cygwin. The code compiles cleanly but it just don't want to
> start up. The only thing in the error_log file is a complaint about the
> PID file was overwritten:

Apache has a perfectly good Windows version already. Why are you
throwing that away for a hacked version on top of a hacked Unix
environment for Windows?

--
Mark Watts BSc RHCE MBCS
Senior Systems Engineer, Managed Services Manpower
www.QinetiQ.com
QinetiQ - Delivering customer-focused solutions
GPG Key: http://www.linux-corner.info/mwatts.gpg

--=-JO3gGPpIQoONc5shMyhP
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAkuCTTsACgkQBn4EFUVUIO3GowCfaZjqegj8ONFoZ9yHlhWq a+NP
iHMAn3GrJ3f423ZZ6sidp6NFATNQXYXJ
=LzmT
-----END PGP SIGNATURE-----

--=-JO3gGPpIQoONc5shMyhP--
Mark Watts [ Mo, 22 Februar 2010 10:24 ] [ ID #2032969 ]

Re: Re: Upgrading from Apache1 1.x to 2.1.14

On 2/21/2010 12:07 PM, Paul McFerrin wrote:
> I gave up on Xampp as a web server. Too many problems with not having
> symbolic links. Went and got Apache version 2.0.63 and I'm trying to
> port it to Cygwin.

That's a really foolish idea, since the httpd security model depends upon
a case sensitive filesystem or specific canonical support of the file system
that won't be found in the cygwin portability layer.

------------------------------------------------------------ ---------
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 [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
wrowe [ Fr, 26 Februar 2010 01:08 ] [ ID #2033515 ]
Webserver » gmane.comp.apache.user » Upgrading from Apache1 1.x to 2.1.14

Vorheriges Thema: Windows Server 2003 - Apache crash
Nächstes Thema: IP address in access_log are always 0.0.0.0