Re: finding what mod_perl is compiled with

2005-07-16 Thread Philip M. Gollucci
[EMAIL PROTECTED] wrote: In the documentation of a module I'd like to use it says: 'Make sure your mod_perl is at least 1.24, with StackedHandlers, MethodHandlers, Authen, and Authz compiled in.' How can I tell what modules my version of mod_perl(1.29) is compiled with? Thank you. From the Do

finding what mod_perl is compiled with

2005-07-15 Thread juanbro
In the documentation of a module I'd like to use it says: 'Make sure your mod_perl is at least 1.24, with StackedHandlers, MethodHandlers, Authen, and Authz compiled in.' How can I tell what modules my version of mod_perl(1.29) is compiled with? Thank you.