Dominique Quatravaux wrote:
/usr/lib/apache2/modules/mod_perl.so. And $ENV{MOD_PERL} does not cut
it either, for other reasons detailed in my previous post (wrong scoping).
Okay, I at least understand what you are saying now.
I think what you're getting at is that (other then ENV tampering) is
that the websver once it sees and successfully loads
LoadModule perl_module modules/mod_perl.so
$ENV{MOD_PERL}
will be in your environment even if you happen to be running a REGULAR
CGI from /cgi-bin on mod_cgi.
Correct me if I'm wrong while I think about this more.