Tom Schindl wrote:
> Why doesn't it install if mp1 is installed? Now that we have a new
> namespace that should not be a problem?
What problem did you encounter? Can you post a sample of your attempted
installation, or better yet a bug report as described here:
http://perl.apache.org/docs/2.0/us
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Why doesn't it install if mp1 is installed? Now that we have a new
namespace that should not be a problem?
Tom
Geoffrey Young schrieb:
| the mod_perl development team is pleased to announce the latest version of
| mod_perl 2.0 - 2.0.0-RC5 - has been rel
===
Output of "make test"
===
t/TEST -bugreport -verbose=0
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/bin/perl5.8.6 /tmp/mod_perl-2.0.0-RC5/t/TEST
-bugreport -verbose=0
[ info] consider removing an old /tmp/mod_perl-2.0.0-RC5/core file
before
Philip M. Gollucci wrote:
> John D Groenveld wrote:
>
>> In message <[EMAIL PROTECTED]>, Geoffrey Young writes:
>>
>>
>>> I've updated all of my mod_perl 2.0 CPAN modules so that they work
>>> with the
>>> latest mod_perl 2.0 release (RC5 aka 1.999_22) and Apache-Test 1.22.
>>> here
>>>
>>
For performance and consistancy, you'd be better off using
use constant MP2 => |$ENV{MOD_PERL_API_VERSION}| == 2 ? 1 : 0;
or just use the ENV directly
HTH
$ENV{MOD_PERL_API_VERSION}
Sorry, no |'s I cut and pasted from the webpage.
--
END
John D Groenveld wrote:
In message <[EMAIL PROTECTED]>, Geoffrey Young writes:
I've updated all of my mod_perl 2.0 CPAN modules so that they work with the
latest mod_perl 2.0 release (RC5 aka 1.999_22) and Apache-Test 1.22. here
For those of us supporting Apache 1 and 2, is this right?
pac
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Paul Johnson wrote:
> On Thu, Apr 14, 2005 at 02:46:39PM -0400, Eric W. Bates wrote:
>
>
>>We're using Class::DBI in a mod_perl context and all is working quite
>>well. However, sometimes a CDBI object persists with old data after the
>>record has
In message <[EMAIL PROTECTED]>, Geoffrey Young writes:
>I've updated all of my mod_perl 2.0 CPAN modules so that they work with the
>latest mod_perl 2.0 release (RC5 aka 1.999_22) and Apache-Test 1.22. here
For those of us supporting Apache 1 and 2, is this right?
package My::Apache::Foo;
use c
Hello,
I am using mod_perl and try to limit the size of a few processes
using Apache::SizeLimit under FreeBSD 5.3-STABLE.
This works correctly with
$Apache::SizeLimit::MAX_PROCESS_SIZE = 6;
which will usually fire after about 2000 requests, but if I look
at the message I get (debugging is
On Thu, Apr 14, 2005 at 02:46:39PM -0400, Eric W. Bates wrote:
> We're using Class::DBI in a mod_perl context and all is working quite
> well. However, sometimes a CDBI object persists with old data after the
> record has been updated. Hitting apache with a 'graceful' fixes it.
>
> We have separ
Eric W. Bates wrote:
> I'm a list newbie; so I apologize if this question has been hashed
> before and my google queries were simply badly written.
>
> We're using Class::DBI in a mod_perl context and all is working quite
> well. However, sometimes a CDBI object persists with old data after the
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I'm a list newbie; so I apologize if this question has been hashed
before and my google queries were simply badly written.
We're using Class::DBI in a mod_perl context and all is working quite
well. However, sometimes a CDBI object persists with old
Hello,
I've been dealing with an issue with warn statements under mod perl
lately. The messages I try to warn out never make it to the log. I've
also tried printing to STDERR and get the same result. We have multiple
machines here with the same issue. Does anyone have a workaround?
Thanks,
Mike
Stas Bekman wrote:
> Geoffrey Young wrote:
>
>> we are pleased to announce the latest Apache-Test release, 1.22.
>>
>> the important change to note for this release is that mod_perl support is
>> incompatible with mod_perl versions 1.999_21 and earlier.
>
>
> by earlier Geoff meant 1.99_xx ..
Geoffrey Young wrote:
we are pleased to announce the latest Apache-Test release, 1.22.
the important change to note for this release is that mod_perl support is
incompatible with mod_perl versions 1.999_21 and earlier.
by earlier Geoff meant 1.99_xx .. 1.999_20 (the mp2-tobe versions). It
doesn't
hi all :)
I've updated all of my mod_perl 2.0 CPAN modules so that they work with the
latest mod_perl 2.0 release (RC5 aka 1.999_22) and Apache-Test 1.22. here
is a list if you want to look at them:
Apache-AuthenHook-2.00_04
Apache-Clean-2.00_6
Apache-IncludeHook-2.00_05
Apache-SSLLookup
we are pleased to announce the latest Apache-Test release, 1.22.
the important change to note for this release is that mod_perl support is
incompatible with mod_perl versions 1.999_21 and earlier. in other words if
you are a mod_perl user only upgrade to this release if you also plan to
upgrade t
the mod_perl development team is pleased to announce the latest version of
mod_perl 2.0 - 2.0.0-RC5 - has been released.
please note that this release contains substantial API changes, making it
incompatible with all prior mod_perl 1.99 releases to date. in other words,
you will need to modify AL
18 matches
Mail list logo