Shane De Jager wrote:
> Hi,
> 
> I have just recently moved form regular CGI to mod perl 2. After
> configuring am am not 100% sure am am actually running mod_perl. I did a
> CGI the CGI test shown in "Practical Mod_Perl". According to it the
> GATEWAY_INTERFACE variable should say CGI-Perl/1.1 but mine says CGI/1.1.
> What confuses me is that the MOD_PERL Variable says mod_perl/2.0.1. Say
> am I really running mod_perl?

the behavior of GATEWAY_INTERFACE changed between mod_perl 1.0 and 2.0, so
don't really worry about that for mp2.

if $ENV{MOD_PERL} is true you're running under mod_perl.

--Geoff

Reply via email to