Re: [users@httpd] header unset server does not work

2013-06-11 Thread Eric Covener
>> >> Besides modifying the source, is there some new trick that is supposed to >> work? I can't seem to read it in the (mod_header) documentation for 2.4. mod_security can do it too. - To unsubscribe, e-mail: users-unsubscr...@h

Re: [users@httpd] header unset server does not work

2013-06-11 Thread Jeff Trawick
On Tue, Jun 11, 2013 at 4:51 PM, fredk2 wrote: > Hi, > > After setting "ServerTokens Prod", I would like to modify or remove the > server header that says "Apache" from the response. > Reading some googles it says that is not possible with "Header unset > server" > as you'd expect from reading >

[users@httpd] header unset server does not work

2013-06-11 Thread fredk2
Hi, After setting "ServerTokens Prod", I would like to modify or remove the server header that says "Apache" from the response. Reading some googles it says that is not possible with "Header unset server" as you'd expect from reading http://httpd.apache.org/docs/current/mod/mod_headers.html Besid