Re: installed mod_perl, but no MOD_PERL in ENV

2008-08-07 Thread Jayson Hill
]" <[EMAIL PROTECTED]> To: modperl@perl.apache.org Sent: Wednesday, August 6, 2008 8:43:10 AM Subject: Re: installed mod_perl, but no MOD_PERL in ENV Quoting Jayson Hill <[EMAIL PROTECTED]>: > I just compiled and installed mod_perl 2.0.3 for apache Apache/2.2.8 > Did

Re: installed mod_perl, but no MOD_PERL in ENV

2008-08-06 Thread adam . prime
Quoting Jayson Hill <[EMAIL PROTECTED]>: I just compiled and installed mod_perl 2.0.3 for apache Apache/2.2.8 Did a LoadModule perl_module modules/mod_perl.so in httpd.conf No errors and get the following in logs when bounce httpd service: [Tue Aug 05 22:44:03 2008] [notice] caught SIGTERM, shu

Re: installed mod_perl, but no MOD_PERL in ENV

2008-08-06 Thread Michael Peters
Jayson Hill wrote: However, I don't see the MOD_PERL entry in ENV, and when I print $CGI::MOD_PERL value to browser, it is 0. Not sure why I don't see this as it *seems* that mod_perl is integrated. Just because mod_perl is installed doesn't mean that whatever script you are using to print $

RE: installed mod_perl, but no MOD_PERL in ENV

2008-08-06 Thread Jo bu
Hi Jayson, I've used $ENV{MOD_PERL} to print the version of mod_perl installed. Also, you should be able to see it on your ServerSignature. Hope that helps. Dan > Date: Tue, 5 Aug 2008 21:07:58 -0700 > From: [EMAIL PROTECTED] > Subject: installed mod_perl, but no MOD_PE

installed mod_perl, but no MOD_PERL in ENV

2008-08-05 Thread Jayson Hill
I just compiled and installed mod_perl 2.0.3 for apache Apache/2.2.8 Did a LoadModule perl_module modules/mod_perl.so in httpd.conf No errors and get the following in logs when bounce httpd service: [Tue Aug 05 22:44:03 2008] [notice] caught SIGTERM, shutting down [Tue Aug 05 22:44:04 2008] [notic