Changing the server name in response headers

2004-09-12 Thread Sander Smith
I'm sure this is simple, I just can't figure out how to do it. I want to change the name (type) of the server that gets returned in the HTTP response header. Currently it is returning Apache-Coyote XX, but I'd rather it return something more meaningful for me. How do I do this? I grepped throug

Re: Changing the server name in response headers

2004-09-12 Thread Tim Funk
It can't be done without recompiling the source. -Tim Sander Smith wrote: I'm sure this is simple, I just can't figure out how to do it. I want to change the name (type) of the server that gets returned in the HTTP response header. Currently it is returning Apache-Coyote XX, but I'd rather it re

RE: Changing the server name in response headers

2004-09-12 Thread Mark Thomas
4 9:02 PM > To: [EMAIL PROTECTED] > Subject: Changing the server name in response headers > > I'm sure this is simple, I just can't figure out how to do > it. I want to > change the name (type) of the server that gets returned in the HTTP > response header. Currently

RE: Changing the server name in response headers

2004-09-12 Thread Sander Smith
: Sunday, September 12, 2004 9:02 PM > To: [EMAIL PROTECTED] > Subject: Changing the server name in response headers > > I'm sure this is simple, I just can't figure out how to do > it. I want to > change the name (type) of the server that gets returned in the HTTP >

RE: Changing the server name in response headers

2004-09-12 Thread Mark Thomas
From: Sander Smith [mailto:[EMAIL PROTECTED] > Thanks for your answer, although you really didn't answer my > question. To > get this functionality do I just need to set the header and > it should work? Yes > Was that the bug that you fixed, that you were overriding > something that > was