Re: CPAN Upload: P/PG/PGOLLUCCI/Apache-DBI-1.05.tar.gz

2006-11-03 Thread Philip M. Gollucci
1.05 11/3/2006 - MP2/AuthDBI: Add missing require Apache2::Access Submitted by: Adam Prime x443 <[EMAIL PROTECTED]> PAUSE wrote: The uploaded file Apache-DBI-1.05.tar.gz has entered CPAN as file: $CPAN/authors/id/P/PG/PGOLLUCCI/Apache-DBI-1.05.tar.gz size: 33424 bytes md5: b

Re: AuthDBI & Apache 2.2 & mod_perl 2

2006-11-03 Thread Philip M. Gollucci
Perrin Harkins wrote: On Fri, 2006-11-03 at 15:15 -0500, Todd White wrote: We just upgraded Apache and mod_perl to the 2.x level and now AuthDBI does not work. You might want to grab the latest AuthDBI from CPAN. It's 1.04 at the moment. Speaking as maintainer, it works fine for me in 2.x. I

(32) broken pipe

2006-11-03 Thread Dave Viner
hi all, i'm seeing a lot of these messages in my error log: (32)Broken pipe: core_output_filter: writing data to the network sometimes it appears by itself, other times, it is paired with this message: (104)Connection reset by peer: core_output_filter: writing data to the network what doe

Re: RLimitMEM, RLimitCPU

2006-11-03 Thread Dave Viner
yup... i think this is exactly what i'm looking for! Thanks! dave On Oct 30, 2006, at 3:07 PM, Perrin Harkins wrote: On Mon, 2006-10-30 at 15:02 -0800, Dave Viner wrote: Sorry for not being clear. Let me try again. Actually, it's my mistake. I thought you were talking about Apache2::Reso

Re: AuthDBI & Apache 2.2 & mod_perl 2

2006-11-03 Thread Perrin Harkins
On Fri, 2006-11-03 at 15:15 -0500, Todd White wrote: > We just upgraded Apache and mod_perl to the 2.x level and now AuthDBI does > not work. You might want to grab the latest AuthDBI from CPAN. It's 1.04 at the moment. - Perrin

RE: AuthDBI & Apache 2.2 & mod_perl 2

2006-11-03 Thread Adam Prime x443
Looking at Apache::AuthDBI's doc's doesn't show any not about whether it does or doesn't support mp2, but looking at the code, there is definately code in there that detects MP2 and does some stuff differently (importing constansts) You can try putting 'use Apache2::Access' (which provides get_bas

AuthDBI & Apache 2.2 & mod_perl 2

2006-11-03 Thread Todd White
We just upgraded Apache and mod_perl to the 2.x level and now AuthDBI does not work. Instead it produces the following in the Apache error log. === Can't locate object method "get_basic_auth_pw" via package "Apache2::RequestRec"