On Tue, Aug 08, 2000 at 05:55:19PM -0400, Dave Moore wrote:
>
> i need to change the outgoing Server header on all requests to our site.
> dont ask why I would want to do that. i have my orders. i read some old
> posts from the 90's which said I would have to write my own
> send_http_header() method. sounds fun but id rather not. Is this still the
> case and if so...why? has anyone else had to do this?
Is it the whole of the Server string you want to change or do you just want to add
your own module name? If it is the later you can make a simple little module in C that
uses the ap_add_version_component() function. If you want to change the whole Server
string you'd probably have to edit the source files of apache.
--
Thomas Eibner