Roger Grosswiler wrote:
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>

Seems like you asked for the file "/HTTP/1.0" that doesnt exist

[...]

thats the thing - my logs dont tell me ANYTHING except the favicon error

Are you sure you are looking at the right logfile?
try to grep your logs for that request:

# grep "GET /HTTP/1.0" /var/log/httpd*

perhaps you got a conflict in vhosts config?

-Uzi


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



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to