RE: Finding out what has been enabled on a mod perl server

2001-01-16 Thread Geoffrey Young


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



Re: Finding out what has been enabled on a mod perl server

2001-01-16 Thread JR Mayberry

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

-- 
__
JR Mayberry e-Vend.net Corporation
Programmer and Systems Administrator(888) 427-8743 x226 tel
[EMAIL PROTECTED]http://www.e-vend.net


The information in this message (including attachments) is confidential.
If the reader of this message is not the intended recipient or an agent
responsible for delivering it to the intended recipient, you are hereby
notified that you have received this document in error and that any
review, dissemination, distribution, or copying of this message is
strictly prohibited.  If you have received this communication in error,
please notify us immediately by e-mail, and delete the original message.
***



Re: Finding out what has been enabled on a mod perl server

2001-01-16 Thread Kevin Beckford

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
> 




Re: Finding out what has been enabled on a mod perl server

2001-01-16 Thread David McCabe

> From: Kevin Beckford <[EMAIL PROTECTED]>
> 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 [EMAIL PROTECTED]   (514) 380 4433

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




Finding out what has been enabled on a mod perl server

2001-01-16 Thread Kevin Beckford

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