> -----Original Message-----
> From: Kevin Beckford [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 16, 2001 2:01 PM
> To: David McCabe
> Cc: [EMAIL PROTECTED]
> Subject: Re: Finding out what has been enabled on a mod perl server
>
>
> That will tell me if mod_perl.c is has been installed. I know
> that. What I want
> to find out is if during the installation, did the installer
> (Was not me!) set
>
> PerlMethodHandlers on
>
> and other flags of that kind during the install.
>
> How would I do that?
if you are using a recent version of mod_perl (like cvs, not 1.24_01) you
can
perldoc Apache::MyConfig
and see how to get to those options without starting your server...
otherwise, you can configure perl status and go to /perl-status?hooks
HTH
--Geoff
>
> >
> > Apachedir/bin/httpd -l
> >
>