RE: Embperl 1.3 to 2.0 conversion issues, configuring Apache

2005-03-03 Thread Gerald Richter
> > > That did it. Is the ClearModuleList trick in a FAQ somewhere > I missed? No, it's only in the mailing list archive. I should add it to the documentation. Gerald - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

RE: Embperl 1.3 to 2.0 conversion issues, configuring Apache

2005-03-03 Thread Trey Hyde
On Wed, 2005-03-02 at 21:42 +0100, Gerald Richter wrote: > Do you have a ClearModuleList in your config? > > > Yes, this is how we've been loading these modules for about 5 years. > Please try without the ClearModuleList and the AddModule's Gerald That did it.  Is the ClearModuleLi

RE: Embperl 1.3 to 2.0 conversion issues, configuring Apache

2005-03-02 Thread Gerald Richter
> Do you have a ClearModuleList in your config? > > > Yes, this is how we've been loading these modules for about 5 years. > Please try without the ClearModuleList and the AddModule's Gerald > ClearModuleList > AddModule mod_env.c > AddModule mod_log_config.c > AddModule mod_mime.c > A

RE: Embperl 1.3 to 2.0 conversion issues, configuring Apache

2005-03-02 Thread Trey Hyde
On Wed, 2005-03-02 at 06:47 +0100, Gerald Richter wrote: > snippet from my apache config: > Do you have a ClearModuleList in your config? Yes, this is how we've been loading these modules for about 5 years. ClearModuleList AddModule mod_env.c AddModule mod_log_config.c AddModule mod_mim

RE: Embperl 1.3 to 2.0 conversion issues, configuring Apache

2005-03-01 Thread Gerald Richter
> snippet from my apache config: > Do you have a ClearModuleList in your config? > > Is Apache2 the preferred platform for Embperl2 these days? > Converting to Apache2/modperl2 would be a much larger project > but I'd take a stab at it if it is indeed preferred. > While Apache 2/mod_perl 2

Embperl 1.3 to 2.0 conversion issues, configuring Apache

2005-03-01 Thread Trey Hyde
I'm in the process of evaluating a Embperl conversion project and I'm having some issues. 1.3 is running mostly well for us, most of the site is running HTML::Embperl while most of the newer parts are running HTML::Embperl::Object, but we'd like to see if we can't get a performance boost out o