Less verbose Server: response header from Apache
In your httpd.conf, change (or add) these lines:
ServerTokens ProdServerSignature OffThe first line changes the Server: header to only say “Apache” and nothing else. The second line disables the module listing on Apache-generated error pages.