Apache2 just listening to https?

Uzi Klein uzi at bmby.com
Thu Jul 28 13:19:32 GMT 2005


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
>>
>>
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 2757 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20050728/6393ae8a/smime.bin


More information about the freebsd-stable mailing list