Thxs Stas for the right answer. I thought => I was right sorry :)
I never knew that PerlHandler would work in mod_perl 2. Good to know, thxs
Stas Bekman wrote:
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...
-- 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
