Setting the Server header in a response

2001-06-14 Thread Randy J. Ray
I'd like to append the ident string for my XML-RPC server class to the outgoing Server: header, within my mod_perl handler. It seems that setting this with $r-header_out (or getting the tied hash from $r-headers_out and setting the key) doesn't appear in the resulting headers. Is there a

Re: Setting the Server header in a response

2001-06-14 Thread Matt Sergeant
On Thu, 14 Jun 2001, Randy J. Ray wrote: I'd like to append the ident string for my XML-RPC server class to the outgoing Server: header, within my mod_perl handler. It seems that setting this with $r-header_out (or getting the tied hash from $r-headers_out and setting the key) doesn't appear