in reply to mod_perl handler detection
is there any other way that the function can be aware that it is running under apache?
If you want to know whether you're running under mod_perl you can check for $ENV{MOD_PERL} being set (see the mod_perl documentation for details).
|
|---|