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