You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by William Knechtel <en...@gmail.com> on 2006/06/01 01:11:27 UTC

[users@httpd] Apache not sending page content

Hello Everyone,

I've just configured a new virtual host on my apache server. It is  
currently the only http virtual host (the others are https).  When I  
try to visit the site, all I get is a blank page.  Looking in the  
error logs, there are no seg faults or anything else to indicate  
problems.  The access log looks normal, stating status 200 and 8945  
Bytes transferred.  A telnet session to it looks like this:

--
 > telnet localhost 80
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
GET /index.html HTTP/1.1
HOST: beta.homedna.com

HTTP/1.1 200 OK
Date: Wed, 31 May 2006 22:33:27 GMT
Server: Apache/2.2.0 (Unix) mod_ssl/2.2.0 OpenSSL/0.9.8a DAV/2 PHP/5.1.2
Last-Modified: Wed, 31 May 2006 20:29:19 GMT
ETag: "9cfc07b-212f-67f125c0"
Accept-Ranges: bytes
Content-Length: 8495
Content-Type: text/html

Connection closed by foreign host.
--

There should be some content there before it closed the connection!   
I've checked permissions, pathing, configuration, everything I can  
think of, but it won't serve the content.  The SSL Vhosts on the  
machine server perfectly. This is with straight HTML pages, no CGI,  
SSI, PHP, or anything else dynamic.  Any Ideas?


Thanks In Advance,
Bill

---------------------------------------------------------------------
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] Apache not sending page content

Posted by William Knechtel <en...@gmail.com>.
That did the trick!  It's surprising though.  My hunch is that the  
kernel isn't quite behaving as apache is expecting, as the OS is  
virtualized using SWSoft's, Virtuozzo.  Thanks so much!

Bill
On May 31, 2006, at 5:19 PM, Joshua Slive wrote:

> On 5/31/06, William Knechtel <en...@gmail.com> wrote:
>> Hello Everyone,
>>
>> I've just configured a new virtual host on my apache server. It is
>> currently the only http virtual host (the others are https).  When I
>> try to visit the site, all I get is a blank page.  Looking in the
>> error logs, there are no seg faults or anything else to indicate
>> problems.  The access log looks normal, stating status 200 and 8945
>> Bytes transferred.  A telnet session to it looks like this:
>>
>> --
>>  > telnet localhost 80
>> Trying 127.0.0.1...
>> Connected to localhost.
>> Escape character is '^]'.
>> GET /index.html HTTP/1.1
>> HOST: beta.homedna.com
>>
>> HTTP/1.1 200 OK
>> Date: Wed, 31 May 2006 22:33:27 GMT
>> Server: Apache/2.2.0 (Unix) mod_ssl/2.2.0 OpenSSL/0.9.8a DAV/2 PHP/ 
>> 5.1.2
>> Last-Modified: Wed, 31 May 2006 20:29:19 GMT
>> ETag: "9cfc07b-212f-67f125c0"
>> Accept-Ranges: bytes
>> Content-Length: 8495
>> Content-Type: text/html
>>
>> Connection closed by foreign host.
>> --
>>
>> There should be some content there before it closed the connection!
>> I've checked permissions, pathing, configuration, everything I can
>> think of, but it won't serve the content.  The SSL Vhosts on the
>> machine server perfectly. This is with straight HTML pages, no CGI,
>> SSI, PHP, or anything else dynamic.  Any Ideas?
>
> Using some kind of funky filesystem?
>
> Try
> EnableSendfile Off
>
> Joshua.
>
> ---------------------------------------------------------------------
> 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
>


---------------------------------------------------------------------
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] Apache not sending page content

Posted by Joshua Slive <jo...@slive.ca>.
On 5/31/06, William Knechtel <en...@gmail.com> wrote:
> Hello Everyone,
>
> I've just configured a new virtual host on my apache server. It is
> currently the only http virtual host (the others are https).  When I
> try to visit the site, all I get is a blank page.  Looking in the
> error logs, there are no seg faults or anything else to indicate
> problems.  The access log looks normal, stating status 200 and 8945
> Bytes transferred.  A telnet session to it looks like this:
>
> --
>  > telnet localhost 80
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> GET /index.html HTTP/1.1
> HOST: beta.homedna.com
>
> HTTP/1.1 200 OK
> Date: Wed, 31 May 2006 22:33:27 GMT
> Server: Apache/2.2.0 (Unix) mod_ssl/2.2.0 OpenSSL/0.9.8a DAV/2 PHP/5.1.2
> Last-Modified: Wed, 31 May 2006 20:29:19 GMT
> ETag: "9cfc07b-212f-67f125c0"
> Accept-Ranges: bytes
> Content-Length: 8495
> Content-Type: text/html
>
> Connection closed by foreign host.
> --
>
> There should be some content there before it closed the connection!
> I've checked permissions, pathing, configuration, everything I can
> think of, but it won't serve the content.  The SSL Vhosts on the
> machine server perfectly. This is with straight HTML pages, no CGI,
> SSI, PHP, or anything else dynamic.  Any Ideas?

Using some kind of funky filesystem?

Try
EnableSendfile Off

Joshua.

---------------------------------------------------------------------
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