Forum Moderators: phranque
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"> </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]
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]
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