Geoffrey Young wrote:
On the perl level yes, but I'm not sure about the config, it should be
something like:

<IfDefine APACHE2_1>
  <IfDefine mod_ident.c>
     IdentityCheck On
  </IfDefine>
</IfDefine>
<IfDefine !APACHE2_1>
     IdentityCheck On
</IfDefine>

but I don't think we have that <IfDefine APACHE2_1>, Geoff?


no, not at the moment, but I think it's likely in order, especially with 2.2
on the way.  actually, what I would do is work around it for now then wait
until we have something like APACHE1, APACHE2, and additional breakdowns of
APACHE20, APACHE22, and Apache23 (or somesuch).

May be just comment out 'IdentityCheck On' with an explanation of why we did so, until we get those defines. We don't really test it anyway.



-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to