Skip to content

Less verbose Server: response header from Apache

In your httpd.conf, change (or add) these lines:

ServerTokens Prod
ServerSignature Off

The 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.