Forum Moderators: phranque

Message Too Old, No Replies

Apache 2.2 wont render html!?

Apache 2.2.0 is running but only accepts the most simple index.html

         

stoffer

9:38 am on Feb 2, 2006 (gmt 0)

10+ Year Member



Hi everybody...

I hope someone can help me with this very odd problem I have with my new installation of Apache 2.2.0 with PHP 5.1.2.

While I'm a newbie, I got things up and running. Or so I thought, because Apache wont render any html beyond the most basic. Case in point with two index.html:

[69.**.171.181...] <- works.

[69.**.171.181...] <- doesn't work.

The index.html the doesn't render is ultra simple:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>New website</title>
</head>

<body>
<h3 align="center">&nbsp;</h3>
<h3 align="center">This is going to be my new photogallery, but it's still under construction.</h3>
<h3 align="center">Please visit http://www.example.com for the time being. </h3>
</body>
</html>

What is going on?

For a full rundown of my current installation, please check this phpinfo():

<snip>

Best regards, Stoffer

[edited by: jdMorgan at 1:48 pm (utc) on Feb. 2, 2006]
[edit reason] Obscured/removed specifics per TOS. [/edit]

stoffer

9:42 am on Feb 2, 2006 (gmt 0)

10+ Year Member



BTW, Apache doesn't complain with any errors.

The error_log:

[Thu Feb 02 03:05:40 2006] [notice] Apache/2.2.0 (Unix) DAV/2 PHP/5.1.2 configured -- resuming normal operations

While the access_log shows:

80.***.28.102 - - [02/Feb/2006:03:31:19 -0600] "GET /index.html HTTP/1.1" 206 467
80.***.28.102 - - [02/Feb/2006:03:31:23 -0600] "GET / HTTP/1.1" 206 467
80.***.28.102 - - [02/Feb/2006:03:32:34 -0600] "GET /test/ HTTP/1.1" 200 133

Best regards, Stoffer

[edited by: jdMorgan at 1:50 pm (utc) on Feb. 2, 2006]
[edit reason] Obscured specifics. [/edit]

stoffer

11:18 am on Feb 2, 2006 (gmt 0)

10+ Year Member



Okay, I just saw the http 206 code.

This is what I could find on the web about the 206 code:

"206 Partial Content

This message might occur if a client has a partial copy of content in its cache and requests and update of missing content. This message indicates that the partial request succeeded."

What what does this mean?

Best regards, Stoffer

stoffer

4:16 pm on Feb 2, 2006 (gmt 0)

10+ Year Member



Hold it, I'll install Apache 2.0.55 instead and see if the problem persist. :-/

stoffer

7:44 pm on Feb 2, 2006 (gmt 0)

10+ Year Member



Well, good old Apache 2.0.55 did the trick. I guess Apache 2.2.0 isn't production ready yet.

Sorry to bother you all.

Best regards, Stoffer

www.stoffersphoto.com

jdMorgan

9:05 pm on Feb 2, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



stoffer,

Welcome to WebmasterWorld!

Glad you got it working!

Jim