Thanks for the prompt reply. I used the ENV{MOD_PERL} as suggested -
actually printed out all of the ENV vars. No listing for MOD_PERL
except in the SERVER_SIGNATURE Apache/2.0.48 (Unix) mod_perl/1.99_13 Perl/v5.8.0
DAV/2 . So, I guess it's not really running yet.
Is the <Files> tag still needed?
If so, what would the syntax be? In MP1 I used following:
<Files "*">
SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI
PerlSendHeader ON </Files> >>> "Stas Bekman" <[EMAIL PROTECTED]> 03/11/04 05:12PM >>> Charlie Smith wrote: > In transitioning to mod_perl 1.99_13 I have a couple question. Today, I got > mod_perl built into Apache 2. > However, I would expect to be able to actually get the mod_perl working. > > I used to be able to see if it was actually running by looking at the > GATEWAY_INTERFACE. (reference: to see GATEWAY_INTERFACE and other ENV hash > elements: $ENV{GATEWAY_INTERFACE} is no longer special under mp2: http://perl.apache.org/docs/2.0/user/porting/compat.html#C__ENV_GATEWAY_INTERFACE__ __________________________________________________________________ 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 |
- Re: perl to modperl transition problems Stas Bekman
- perl to modperl transition problems Nath
- Re: perl to modperl transition problems Perrin Harkins
- Re: perl to modperl transition problems Nath
- Re: perl to modperl transition problems Perrin Harkins
- perl to modperl transition problems Nath
- Re: perl to modperl transition problems Perrin Harkins
- Charlie Smith