[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] Changing HTTP header information



> Can anyone tell me how I can change the header information sent out by my
> Raq4.
> Currently the Raq sends out the following headers:
> 
> <snip>
> Date: Wed, 03 Jan 2001 10:58:40 GMT
> 
> Server: Apache/1.3.12 Cobalt (Unix) mod_ssl/2.6.4 OpenSSL/0.9.5a
> PHP/4.0.1pl2 mod_auth_pam/1.0a FrontPage/4.0.4.3 mod_perl/1.24
> 
> Connection: Keep-Alive, close
> </snip>
> 
> I would like to modify the Server header. Is this possible?
> I have searched the archives and I cant find the answer.
> 
> Thanks
> 
> Sam Thompson


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

What you're looking for is "ServerTokens var"

--
Brian Curtis