Apache2 just listening to https?

Randy Rowe rerowe at rerowe.com
Thu Jul 28 12:24:06 GMT 2005


> Connected to freebsd.gwch.net (192.168.0.101).
> Escape character is '^]'.
> GET /HTTP/1.0
> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
> <html><head>
> <title>404 Not Found</title>
> </head><body>
> <h1>Not Found</h1>
> <p>The requested URL /HTTP/1.0 was not found on this server.</p>
> <hr>
> <address>Apache/2.0.53 (FreeBSD) PHP/4.3.10 mod_ssl/2.0.53 OpenSSL/0.9.7e
> Server at freebsd.gwch.net Port 80</address>
> </body></html>
> Connection closed by foreign host.
> 
> 
> seems as perhaps i have a problem with my DocumentRoot???
> 
> Ro
> 

Check the logs. Always check the logs. ;-) Most problems will cause an
entry in the logs.
My guess is that you will find an entry that says that the
file /wherever/your/docroot/path/is/index.html does not exist.

RR



More information about the freebsd-stable mailing list