Improving Apache Webserver Security with ServerTokens directive
By default Apache server is configured in a way that it sends detailed information about it’s configuration (apache version number, compiled modules, etc). For production environments this information would be unnecessary. It is better not to publish it at all. Using the ServerTokens directive you can control the amount of information being sent to the [...]
Read the rest of this entry »