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

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

2004-04-01 Thread Beau E. Cox
On Wednesday 31 March 2004 02:49 pm, Geoffrey Young wrote: > > anway, I'm trying my best to track it down, as is philippe, but more eyes > > are always welcome. if you're looking for a place to start, I'd check > > out all the APR commits over the past two weeks - that is first on my > > list once

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

2004-04-01 Thread Geoffrey Young
Beau E. Cox wrote: > On Wednesday 31 March 2004 02:49 pm, Geoffrey Young wrote: > >>>anway, I'm trying my best to track it down, as is philippe, but more eyes >>>are always welcome. if you're looking for a place to start, I'd check >>>out all the APR commits over the past two weeks - that is fi

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

2004-04-01 Thread Stas Bekman
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 information, but all that showed is, indeed, the routine was entered wi

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

2004-04-01 Thread Geoffrey Young
> Just wondering, is the older ( -D"2004-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: http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=

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 our

Re: Connections

2004-04-01 Thread Frank Wiles
On Thu, 01 Apr 2004 14:53:34 -0500 "David Hofmann" <[EMAIL PROTECTED]> wrote: > 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 h

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 proce

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 09:38 am, Geoffrey Young wrote: > > Just wondering, is the older ( -D"2004-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 AP

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 ge

[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 an

Spurious characters due to Apache::Filter and Apache::Compress

2004-04-01 Thread Richard Chen
Hi, We have seen a very disturbing problem when Apache::Filter and Apache::Compress are used for output compression. Most of the time, everything is fine. But occasionally we find that spurious binary characters are introduced in the output. For example, a source line like this: This is a

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

2004-04-01 Thread Will Trillich
/lurk :) we're having trouble translating a standard httpd.conf setup into a section when there's a directive that can be legally repeated multiple times, such as PerlSetVar -- objective: translate MULTIPLE "PerlSetVar" from straight httpd.conf into perl sections code. ... Perl

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 mu

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: #!/usr/bin/p