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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to