Re: RFC: Apache2::CloseKeepAlive

2009-08-27 Thread Bill Moseley
On Thu, Aug 27, 2009 at 5:20 PM, wrote: > > Yes that's the point, but I would substitute 'apache processes' for > 'mod_perl processes'. > This is a mod_perl module, right? My site's front page preloads sixty-some jpg thumbnails. Years ago it was > evident that KeepAlive On was needed to allow

Re: RFC: Apache2::CloseKeepAlive

2009-08-27 Thread craig
On Aug 27, 2009, at 10:43 AM, Bill Moseley wrote: On Wed, Aug 26, 2009 at 3:43 AM, wrote: The short story is that it's a mod_perl2 mechanism for optimizing the KeepAlive option in the Apache2 server. The long story is at http://www.animalhead.com/CloseKeepAlive.html Interesting. But, is ther

redirect mod_perl install

2009-08-27 Thread megamic
Hi I was wondering how do I redirect the installation of mod_perl, as I dont have access to any system directories (eg /usr/apache2 etc.). I have seen suggestions that something like this might do it: perl Makefile.PL MP_APXS=/usr/apache2/bin/apxs PREFIX=$INSTDIR APACHE_PREFIX=$INSTDIR \ A

Re: RFC: Apache2::CloseKeepAlive

2009-08-27 Thread Bill Moseley
On Wed, Aug 26, 2009 at 3:43 AM, wrote: > > > The short story is that it's a mod_perl2 mechanism for optimizing > the KeepAlive option in the Apache2 server. The long story is at > http://www.animalhead.com/CloseKeepAlive.html Interesting. But, is there really a probem to solve here? Is the p

Re: PerlRun Subroutine redefine warnings

2009-08-27 Thread Adam Prime
Kiran Kumar wrote: Hi Mike, Thanks for your reply, If you check my script there is no other subroutine with the same name and I do not import any modules , I renamed the subroutine to foo and I still get the same warnings. There's an old thread from someone else reporting this, though it

Re: RFC: Apache2::CloseKeepAlive

2009-08-27 Thread Michael Peters
Perrin Harkins wrote: It's not a run time option. The subject is a mod_perl2 script, that can only be used within the Apache2 server. I can't conceive why the DB name would ever change, and multiple programs won't use the module. Some people have many apache installations on one machine, or

Re: RFC: Apache2::CloseKeepAlive

2009-08-27 Thread Perrin Harkins
On Wed, Aug 26, 2009 at 9:23 PM, wrote: > I have no idea what EU::MM is.  Candy from Europe? Good guess, but it's actually ExtUtils::MakeMaker. It's the CPAN install mechanism that Module::Build was written to replace. > My plan was to run the script the first time under Build.PL, to > verify t

Re: PerlRun Subroutine redefine warnings

2009-08-27 Thread Kiran Kumar
Hi Mike, Thanks for your reply, If you check my script there is no other subroutine with the same name and I do not import any modules , I renamed the subroutine to foo and I still get the same warnings. Thanks, Kiran On Wed, Aug 26, 2009 at 8:20 PM, Mike OK wrote: > This error occurs when