You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@trafficserver.apache.org by Philip <fl...@googlemail.com> on 2012/04/10 10:27:24 UTC

Changing Server-Header

Hi,

I am using ATS 3.0.4 and would like to change the Server-header from the
response for security reasons. I haven't figured out yet where in the
source the Server-header is set. Could you point me to the line where this
is happening?

Re: Changing Server-Header

Posted by Philip <fl...@googlemail.com>.
Thanks! Worked perfectly. :-)

Am 10. April 2012 10:31 schrieb Jorge Román Novalbos <jr...@linux-it.es>:

> Hi Philip,
>
> In your record.config set these lines:
>
> CONFIG proxy.config.http.response_server_enabled INT 1 (to enable the
> Server Header override)
> CONFIG proxy.config.http.response_server_str STRING name_you_want
>
> Bye!
>
>
> On 10/04/2012, at 10:27, Philip wrote:
>
> Hi,
>
> I am using ATS 3.0.4 and would like to change the Server-header from the
> response for security reasons. I haven't figured out yet where in the
> source the Server-header is set. Could you point me to the line where this
> is happening?
>
>
>

Re: Changing Server-Header

Posted by Jorge Román Novalbos <jr...@linux-it.es>.
Hi Philip,

In your record.config set these lines:

CONFIG proxy.config.http.response_server_enabled INT 1 (to enable the Server Header override)
CONFIG proxy.config.http.response_server_str STRING name_you_want

Bye!


On 10/04/2012, at 10:27, Philip wrote:

> Hi,
> 
> I am using ATS 3.0.4 and would like to change the Server-header from the response for security reasons. I haven't figured out yet where in the source the Server-header is set. Could you point me to the line where this is happening?