Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-04-01 Thread Beau E. Cox
On Wednesday 31 March 2004 09:21 pm, Stas Bekman wrote: Beau E. Cox wrote: [...] The module in question - mod_perl.c - line 614 is ' rcfg = '. I hand- expanded the MP_dRCFG macro in the hope if getting more information, but all that showed is, indeed, the routine was entered with a

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-04-01 Thread Geoffrey Young
Just wondering, is the older ( -D2004-03-01 ) Apache2.1 still available via CVS ( without you doing a lot of work )? If I could test against it, it would narrow my problem down. ok, it looks as though it's an fixable APR problem:

Connections

2004-04-01 Thread David Hofmann
Currently I'm in the process of converting from Perl to Mod Perl. My server is Redhat Running Apache 1.3.27, Mod Perl 1.26, and Postgre SQL 7.2.4. I have about 31-35 active process running during the busy hours. Our system use Perl to generate dynamic pages via the postgre database. 90% of

RE: Connections

2004-04-01 Thread Kinyon, Rob
I'm a little confused - why would you use two apache processes for this? It sounds like one would do just fine ... -Original Message- From: David Hofmann [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 2:54 PM To: [EMAIL PROTECTED] Subject: Connections Currently I'm in the

Re: Connections

2004-04-01 Thread Perrin Harkins
On Thu, 2004-04-01 at 14:53, David Hofmann wrote: Currently most of the public side has been converted to Mod Perl. I'm debating on weather converting the Admin side is going to be good or bad for the server cause it means persistent 2 connections and I'm not sure how much load that will

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-04-01 Thread Beau E. Cox
On Thursday 01 April 2004 08:05 am, Stas Bekman wrote: Beau E. Cox wrote: On Wednesday 31 March 2004 09:21 pm, Stas Bekman wrote: Beau E. Cox wrote: [...] The module in question - mod_perl.c - line 614 is ' rcfg = '. I hand- expanded the MP_dRCFG macro in the hope if getting more

[PATCH] for Apache2.1

2004-04-01 Thread Beau E. Cox
Hello Gerald and all - I have been testing with Apache2.1/mod_perl 2 and found that the following two patches are necessary for Embperl to run under Apache2.1. Both patches have been sucessfully tested under Apache2.0 and Apache2.1. 1) epapfilter.c - 'APR_BRIGADE_FOREACH' has been depreciated

Re: MP2: trouble in PerlSection: how to do multiple PerlSetVar?

2004-04-01 Thread Geoffrey Young
what's the workaround? didn't see anything like this in our searchings through the mod_perl list archives... did you try this: push @PerlSetVar, MasonCompRoot /var/www/$site; ? IIRC most of the configurations could accept a simple string in mp1, so I would expect things to be pretty much

Localtime DST / TZ question

2004-04-01 Thread Denis Banovic
Hi! I have a problem with the localtime function under mod_perl. When I run this script in shell, I get the correct time and Daylight-Saving, but under mod_perl he is always using the local TimeZone of the system. ( Sever is in the US, I'm sitting in Europe ) Here is the script:

cvs commit: modperl-2.0/t/response/TestModperl merge.pm

2004-04-01 Thread geoff
geoff 2004/04/01 10:53:12 Modified:t/modperl merge3.t t/response/TestModperl merge.pm Added: t/htdocs/merge3 htaccess Removed: t/htdocs/merge2 htaccess Log: mark t/modperl/merge3.t as pending - PerlSetVar/PerlAddVar logic is still broken. in the

cvs commit: modperl-2.0/todo release

2004-04-01 Thread stas
stas2004/04/01 18:17:46 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm ModPerl-Registry/t perlrun_extload.t special_blocks.t ModPerl-Registry/t/cgi-bin perlrun_decl.pm perlrun_extload.pl perlrun_nondecl.pl