Re: PerlSetupEnv is evil
On Mon, Jul 24, 2000 at 05:47:46PM +0200, Eric Cholet wrote: > I've just committed a change which fixes this. Please try it and let me know > if it works for you. It does; now a single global "PerlSetupEnv Off" does the job. Thanks! -- Roger Espel Llima, [EMAIL PROTECTED] http://www.iagora.com/~espel/index.html
Re: PerlSetupEnv is evil
> > -Original Message- > > From: Roger Espel Llima [mailto:[EMAIL PROTECTED]] > > Sent: Friday, July 07, 2000 5:19 PM > > To: [EMAIL PROTECTED] > > Cc: [EMAIL PROTECTED] > > Subject: PerlSetupEnv is evil > > > > > [snip] > > > > It also turns out that specifying "PerlSetupEnv Off" outside of any > > apparently gets ignored. Is that a bug? I put another > > "PerlSetupEnv Off" in the entry for the DocumentRoot, and > > now it's not doing these annoying subrequests anymore. > > it is a bug (prior report: > http://marc.theaimsgroup.com/?l=apache-modperl&m=95867712412668&w=2) - > PerlSetupEnv is not inheriting properly. > > I think this fell to low on the ToDo list since there is a (rather lengthy) > workaround of sprinkling PerlSetupEnv Off everywhere you need/want it. I've just committed a change which fixes this. Please try it and let me know if it works for you. -- Eric
RE: PerlSetupEnv is evil
> -Original Message- > From: Roger Espel Llima [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 07, 2000 5:19 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: PerlSetupEnv is evil > > [snip] > > It also turns out that specifying "PerlSetupEnv Off" outside of any > apparently gets ignored. Is that a bug? I put another > "PerlSetupEnv Off" in the entry for the DocumentRoot, and > now it's not doing these annoying subrequests anymore. it is a bug (prior report: http://marc.theaimsgroup.com/?l=apache-modperl&m=95867712412668&w=2) - PerlSetupEnv is not inheriting properly. I think this fell to low on the ToDo list since there is a (rather lengthy) workaround of sprinkling PerlSetupEnv Off everywhere you need/want it. > > Anyway, after tracing through this stuff, I'm more convinced than ever > that PerlSetupEnv is ugly and slow and to be avoided. well, PerlSetupEnv Off is a known performance booster, now we know by how much :) --Geoff > -- > Roger Espel Llima, [EMAIL PROTECTED] > http://www.iagora.com/~espel/index.html >