Hi there,
I'm tired of hackers filling my logs with stupid messages..
80.32.144.43 - - [04/Dec/2002:18:46:46 +0000] "HEAD
/_vti_bin/../../../../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 -
So I added a default virtual host.. Only name-based requests with
valid host headers now reach a legitimate virtual host..
<VirtualHost *>
# Unassigned hosts are rejected..
RedirectMatch 404 (.*)
</VirtualHost>
But this is still returning to much information for my liking..
HTTP/1.1 404 Not Found
Date: Sat, 07 Dec 2002 14:57:36 GMT
Server: Apache/2.0.43 (Win32) DAV/2 SVN/0.15.0 (r3687)
Content-Length: 283
Connection: close
Content-Type: text/html; charset=iso-8859-1
How do I surpress the 'Server' header, or better yet drop these
requests altogether??
Regards,
Damon.