You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Don <do...@sohonetworkingsolutions.com> on 2002/08/13 16:57:27 UTC

How can I hide header info?

Hello,

I browsed the aims site looking for info on how to hide the header of my
server,
e.g. ver. i.d. and mod(s) using Apache/1.3.22 (Red-Hat/Linux). I have also
tried using search engines and had no results with both. I would like to
hide this entirely for security reasons, even possibly just display Apache
only with no version. If so how would I do this?

Thanks,
Don



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: How can I hide header info?

Posted by Peter J <pj...@system03.freeserve.co.uk>.
Yes, use the apache directives:
ServerTokens foo

See here for the 'foo' options:

http://httpd.apache.org/docs/mod/core.html#servertokens

Peter.



> -----Original Message-----
> From: Don [mailto:don@sohonetworkingsolutions.com]
> Sent: Tuesday, August 13, 2002 3:57 PM
> To: users@httpd.apache.org
> Subject: How can I hide header info?
>
>
> Hello,
>
> I browsed the aims site looking for info on how to hide the header of my
> server,
> e.g. ver. i.d. and mod(s) using Apache/1.3.22 (Red-Hat/Linux). I have also
> tried using search engines and had no results with both. I would like to
> hide this entirely for security reasons, even possibly just display Apache
> only with no version. If so how would I do this?
>
> Thanks,
> Don
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org