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 in the resulting headers. Is there a
> different API call I should be using?

I think Doug might be adding this to mod_perl 1.26. Until then you need to
use XS and call ap_add_version_component().

-- 
<Matt/>

    /||    ** Founder and CTO  **  **   http://axkit.com/     **
   //||    **  AxKit.com Ltd   **  ** XML Application Serving **
  // ||    ** http://axkit.org **  ** XSLT, XPathScript, XSP  **
 // \\| // ** mod_perl news and resources: http://take23.org  **
     \\//
     //\\
    //  \\

Reply via email to