in reply to Apache::PerlRun - How can i verify it's running?
I believe you can check if $ENV{GATEWAY_INTERFACE} isn't "CGI/1.1" (which means that it's being run through mod_cgi instead). You should also be able to call Apache->request and get a reference to an Apache instance.
See also the mod_perl guide.
|
|---|