On Wed, 2 May 2001, Mark Maunder wrote:

> You can get the server string in the header down to a minimum (Just 'Apache')
> by putting
> ServerTokens ProductOnly
> on your httpd.conf. (Only supported after 1.3.12)
> You can then use ap_add_version_component (C API) to add stuff after that.

Right, but the problem is you can't do this after module initialization
(which is where mod_perl adds it's bits), but the PerlModule's are loaded
after that time, so you can't do it from Perl, at least not without a
major re-design of the mod_perl internals. You can't even do it from XS
loaded from Perl, because of that reason.

-- 
<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