
dougm at pobox
Mar 14, 2000, 8:39 PM
Post #3 of 3
(860 views)
Permalink
|
On Thu, 9 Mar 2000, Cliff Rayman wrote: > yes - you are calling foo.pl via a separate > process which of course is outside of mod_perl. > > it is inheriting the environment however, so > it thinks it is running under mod_perl. $ENV{MOD_PERL} is not inherited, if CGI.pm would check that instead of $ENV{GATEWAY_INTERFACE}, that should fix the problem. did anyone mention `` throws performance out the window?
|