> Here's some scanner output: > Apache/1.3.12 (Unix) (Red Hat/Linux) mod_ssl/2.6.6 OpenSSL/0.9.6 > PHP/3.0.15 mod_perl/1.21 > It would be good to be able to stop all that.
Try adding "ServerTokens ProductOnly" in httpd.conf, and restart Apache. This should limit the httpd-header response to "Apache". You can also change the output in httpd.h at compile-time. Some system administrators prefer it just stating "Webserver". However, this is not so good for the statistics of Apache's marketshare, ofcourse [:-)] With kind regards, -Maarten