[Fwd: Re: ports/106051: Update: www/mod_perl2 2.0.2 -> 2.0.3]

2006-11-30 Thread Philip M. Gollucci
Uncommitted as of yet, but you can track it here: HTH -- Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708 Consultant / http://p6m7g8.net/Resume/resume.shtml Senior Software Engineer - TicketMaster - http://ticketmaster.co

[Fwd: Re: ports/106054: Update: www/p5-Apache-Test 1.28 -> 1.29, maintainership ?]

2006-11-30 Thread Philip M. Gollucci
Uncommitted as of yet, but you can track it here: -- Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708 Consultant / http://p6m7g8.net/Resume/resume.shtml Senior Software Engineer - TicketMaster - http://ticketmaster.com 102

Re: Web development platform contest and Perl / mod_perl

2006-11-30 Thread Alvar Freude
Hi! -- some days ago I wrote: > There is an international contest and comparison with scientific > evaluation about programming languages (and frameworks) for web > development. > > > > It would be good for the reputation for mod_perl and Perl, if we > participate

Re: retrieving cached connections

2006-11-30 Thread Michael Peters
Larry Leszczynski wrote: > > On Wed, 29 Nov 2006, Michael Peters wrote: > >> Maybe you could have Apache::DBI issue a warning if it's being loaded >> and DBI has already been loaded. Something as simple as the attached >> patch should work. >> >> +# we can only do our magic if DBI isn't alr

Re: retrieving cached connections

2006-11-30 Thread Larry Leszczynski
On Thu, 30 Nov 2006, Michael Peters wrote: Maybe you could have Apache::DBI issue a warning if it's being loaded and DBI has already been loaded. Something as simple as the attached patch should work. +# we can only do our magic if DBI isn't already loaded +warn "Apache::DBI must be lo

Apache::VMonitor doesn't install (can't find

2006-11-30 Thread David Scott
Hey guys, I've installed Apache 2.2.3 and mod_perl 2.0.3 + libapreq2, apparently all successfully (my application runs pretty well). Now I want to install Apache::VMonitor and can't. I've running on Debian sarge and have Apache 1.3.33 installed as well in /usr/sbin/apache. The first issue

Apache2::Status "Memory Usage" fails on Debian

2006-11-30 Thread David Scott
This is not a good Apache day. I already sent out a message regarding an Apache::Scoreboard problem, and now Apache2::Status doesn't work either. Here is an excerpt from httpd.conf: ExtendedStatus On PerlLoadModule Apache2::Status PerlModule CGI PerlModule B::TerseSize Listen

Re: Apache2::Status "Memory Usage" fails on Debian

2006-11-30 Thread Jonathan
On Nov 30, 2006, at 5:58 PM, David Scott wrote: This is not a good Apache day. I already sent out a message regarding an Apache::Scoreboard problem, and now Apache2::Status doesn't work either. it's a bug, but i think its platform specific/ odd i ran into the same thing a while back che

Instability at startup for Apache2/mod_perl2 using worker MPM

2006-11-30 Thread David Scott
OK this is my third message today, hopefully it will be the last. I've built Apache 2.2.3 and mod_perl 2.0.3 with libapreq 2.08 and the worker MPM. There appears to be some kind of race condition at startup that prevents the server from coming up. This only happens once in a while, and can b

Re: Instability at startup for Apache2/mod_perl2 using worker MPM

2006-11-30 Thread Perrin Harkins
David Scott wrote: I've built Apache 2.2.3 and mod_perl 2.0.3 with libapreq 2.08 and the worker MPM. There appears to be some kind of race condition at startup that prevents the server from coming up. This only happens once in a while, and can be fixed by some minor configuration or code chan

Re: Instability at startup for Apache2/mod_perl2 using worker MPM

2006-11-30 Thread Robert Landrum
Perrin Harkins wrote: David Scott wrote: I've built Apache 2.2.3 and mod_perl 2.0.3 with libapreq 2.08 and the worker MPM. There appears to be some kind of race condition at startup that prevents the server from coming up. This only happens once in a while, and can be fixed by some minor con