Re: [users@httpd] HTTP Server header

2012-04-09 Thread Igor Cicimov
Ah looks like it's not possible actually to completely switch this header off: ServerTokens Major|Minor|Min|Prod|OS|Full So the most you can get from it is the Prod option which gives you Server: Apache instead of Server: Apache/2.4.1 (Unix) OpenSSL /1.0.0-fips when the value is set to Full.

Re: [users@httpd] HTTP Server header

2012-04-09 Thread Igor Cicimov
Switch off the ServerTokens in your configuration. On Mon, Apr 9, 2012 at 8:58 PM, Evgeny Shvidky wrote: > Hi, > > ** ** > > I am trying to set a "Server" http header to my value in > "request->headers_out" field but after http response is transmitted I see > that Apache changed "Server" h

[users@httpd] HTTP Server header

2012-04-09 Thread Evgeny Shvidky
Hi, I am trying to set a "Server" http header to my value in "request->headers_out" field but after http response is transmitted I see that Apache changed "Server" header value to "Apache/2.4.1 (Unix) OpenSSL /1.0.0-fips". How can I configure Apache server not to set its own "Server" header? T