12Jan/110
Remove Apache Headers
For me it's really wrong to show everyone which version of apache you have installed and other informations, many crackers can use this info to make attacks to your web server, so it's will not be bad to hide them, this is really easy all you must to do is open httpd.conf file with vi command "vi httpd.conf" and find "ServerSignature On" replace On with OFF at next line add "ServerTokens Prod", thats all restart apache server and enjoy your server version will not be available not in headers nor in error pages.