Apache error log

noserver

New member
Joined
Sep 12, 2008
Messages
4
Can someone help telling me what does the error below means please

Code:
[Sat Sep 20 00:11:03 2008] [warn] Init: SSL server IP/port conflict: www.IIIIIIIIII.com:443 (/usr/local/directadmin/data/users/IIIIIIII/httpd.conf:48) vs. www.IIIIIIII3.com:443 (/usr/local/directadmin/data/users/IIIIIIII3/httpd.conf:48)
[Sat Sep 20 00:11:03 2008] [warn] Init: SSL server IP/port conflict: localhost:443 (/etc/httpd/conf/extra/httpd-vhosts.conf:38) vs. www.IIIIIIII3.com:443 (/usr/local/directadmin/data/users/IIIIIIII3/httpd.conf:48)
[Sat Sep 20 00:11:03 2008] [warn] Init: You should not use name-based virtual hosts in conjunction with SSL!!
[Sat Sep 20 00:11:03 2008] [notice] Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.6 configured -- resuming normal operations
[Sat Sep 20 00:36:35 2008] [error] [client 87.106.182.145] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /w00tw00t.at.ISC.SANS.DFind:)
 
The answer, as far as it goes, can be found here.

The client is the browser contacting your server. It's kind of rare these days to find a browser that doesn't support hostnames; it's been at least ten years. I'd suggest that whomever is at 87.106.182.145 may be up to no good.

Jeff
 
Back
Top