PDA

View Full Version : How to hide web server configuration from HTTP headers?


calande
9th May 2006, 21:10
In the HTTP headers of Apache on my server there is way too many information such as PHP version, installed modules, etc... This can be dangerous if an attacher looks at it...
Thanks,

falko
9th May 2006, 22:49
Have a look at the ServerTokens directive: http://www.howtoforge.com/forums/showthread.php?t=3992&highlight=ServerTokens

calande
9th May 2006, 22:59
Thanks Falko, very good :)