Re: https without ssl

hi there,

On 9/29/06, Diallo, Pathe <Pathe.Diallo@experianscorex.com> wrote:
> How can I disable the HTTP Header, or Customize it so it won't display
>
> Server:Apache
>
> I used:
> ServerTokens Prod
>
> I would like to be able to not display the Server name at all, or change
> it to a generic message

Apache core doesn't provide this, so try mod_security instead:

http://www.modsecurity.org/

particularly the SecServerSignature directive:

http://www.modsecurity.org/documentation/modsecurity-apache/1.9.3/html-multipage/06-special_features.html#N108B5

Received on Friday, 29 September 2006 16:42:34 UTC