Robert Lundsten wrote: > Hello all, > > does anyone know if Mason works with Apache2 and Mod_perl2? > I have tried but mason complains about Apache::Status...
If you need modules from mod_perl 1.x, you need to install mod_perl 1.0 as well as 2.0. And then in your startup add 'use Apache::compat;' see: http://perl.apache.org/docs/2.0/user/compat/compat.html#Code_Porting __________________________________________________________________ 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
