Securing Apache
Apache is notoriously verbose when you make a connection to it. It announces a lot of information about your server that the requesting client probably doesn't need to know. To turn this information off add the following to your configuration:
ServerTokens ProductOnly
More information can be found on the Apache documentation page.