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