Re: mod perl installed but not running
Dave Hodgkinson <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
What's MaxRequestsPerChild?
Are there several big fat httpd's whose PIDs remain constant?
On 7 Feb 2012, at 14:18, mike cardeiro wrote:
> I asked this a few weeks ago. Is it possible that mod_perl is running but the $ENV{MOD_PERL} variable doesn't exist?
>
> it seems like it is running (the site is zippier) and when I restart apache the log file has the following line.
>
> Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_perl/2.0.5 Perl/v5.8.8 configured -
> - resuming normal operations
>
> am I nuts? it says "mod_perl/2.0.5 Perl/v5.8.8 configured" but if I run a script listing %ENV there is no mod_perl entry.
>
> Mike Cardeiro