Cure wrote:
PerlHandler is a mod_perl 1 directive.

PerlResponseHnalder is a mod_perl 2 directive.

Both work just fine under mp2, unless compiled with MP_COMPAT_1X=0 http://perl.apache.org/docs/2.0/user/install/install.html#MP_COMPAT_1X

replace --> PerlHandler ModPerl::Registry with
PerlResponseHandler ModPerl::Registry

It won't make any difference to the asked question :) The link posted earlier: http://perl.apache.org/docs/2.0/user/porting/compat.html#C__ENV_GATEWAY_INTERFACE__ is the right answer...


-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to