modperl_finding_out_whats_enabled

This is part of The Pile, a partial archive of some open source mailing lists and newsgroups.



To: modperl@apache.org
From: Kevin Beckford <kbeckford@bigorbit.com>
Subject: Finding out what has been enabled on a mod perl
server
Date: Tue, 16 Jan 2001 13:19:16 -0500

Hello all,

	I need to find out what has been enabled on my
production server. I want to use method handlers, but I am
unsure if that has been compiled in. How would I do this? I
don't have the access to install mod-status - so the easy
way is not for me...

===

To: kbeckford@bigorbit.com (Kevin Beckford),
modperl@apache.org
From: dmccabe@videotron.net (David McCabe)
Subject: Re: Finding out what has been enabled on a mod perl
server
Date: Tue, 16 Jan 2001 13:40:39 -0500 (EST)

> From: Kevin Beckford <kbeckford@bigorbit.com>
> Date: Tue, 16 Jan 2001 13:19:16 -0500
> Subject: Finding out what has been enabled on a mod perl server
> 
> Hello all,
>       I need to find out what has been enabled on my production server. I want to use 
> method handlers, but I am unsure if that has been compiled in. How would I do 
> this? I don't have the access to install mod-status - so the easy way is not for 
> me...

Apachedir/bin/httpd -l



David McCabe  Unix System Administrator
Le Groupe Videotron dmccabe@videotron.net   (514) 380 4433

How can we (men) possibly use sex to get what we want??
Sex _is_ what we want!!!
                      Dr Frasier Crane

===
To: David McCabe <dmccabe@videotron.net>
From: Kevin Beckford <kbeckford@bigorbit.com>
Subject: Re: Finding out what has been enabled on a mod perl
server
Date: Tue, 16 Jan 2001 14:00:55 -0500

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?

> 
> Apachedir/bin/httpd -l
> 

===
To: modperl@apache.org
From: JR Mayberry <jr.mayberry@e-vend.net>
Subject: Re: Finding out what has been enabled on a mod perl
server
Date: Tue, 16 Jan 2001 14:01:39 -0500

Apache::Status will tell you

perldoc Apache::Status


Kevin Beckford wrote:
> 
> 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?
> 
> >
> > Apachedir/bin/httpd -l
> >

===
To: "'Kevin Beckford'" <kbeckford@bigorbit.com>,
From: Geoffrey Young <gyoung@laserlink.net>
Subject: RE: Finding out what has been enabled on a mod perl
server
Date: Tue, 16 Jan 2001 14:04:53 -0500

> -----Original Message-----
> From: Kevin Beckford [mailto:kbeckford@bigorbit.com]
> Sent: Tuesday, January 16, 2001 2:01 PM
> To: David McCabe
> Cc: modperl@apache.org
> 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

===


the rest of The Pile (a partial mailing list archive)

doom@kzsu.stanford.edu