--- DBI.pm Sat Apr 9 22:14:03 2005
+++ DBI.pm.new Sat Apr 9 22:17:05 2005
@@ -193,8 +193,8 @@
# prepare menu item for Apache::Status
-
-Apache::Status->menu_item(
+if ($ENV{MOD_PERL_API_VERSION} == 2) {
+ Apache2::Status->menu_item(
'DBI' => 'DBI connections',
sub {
my($r,
FYI: Apache::DBI passes all tests on FBSD6.0-current/i386
w/bleedper w/ithreads and the latest bitkeeper checkout of mysql5.0.3a
Thanks
P.S
sorry for the cross post I wasn't quite sure where to send this one
--
END
--
Philip M. Gollucci ([EMAIL
> [Fri Apr 08 13:26:00 2005] [error] [client 127.0.0.1] Argument
> "2.121_02" isn't numeric in int at
> /home/stas/apache.org/modperl-2.0/lib/Apache2/Status.pm line 85.
> , referer: http://lapin.stason.org:8529/status/perl
re-tested: That works quite well!
Thanks Stas.
--
END
--
With the rename, this should change too:
Index: INSTALL
===
--- INSTALL (revision 160722)
+++ INSTALL (working copy)
@@ -7,7 +7,7 @@
Simple config:
LoadModule perl_module modules/mod_perl.so
- PerlModule Apache2
+ PerlMod
On Sat, 9 Apr 2005, Geoffrey Young wrote:
> Randal L. Schwartz wrote:
> >>"Geoffrey" == Geoffrey Young <[EMAIL PROTECTED]> writes:
> >
> > Geoffrey> alright, since lincoln is good to go and
> > things (in general) Geoffrey> seem to be in good shape,
> > I'd like to roll an official RC on Geoff
Randal L. Schwartz wrote:
>>"Geoffrey" == Geoffrey Young <[EMAIL PROTECTED]> writes:
>
>
> Geoffrey> alright, since lincoln is good to go and things (in general)
> Geoffrey> seem to be in good shape, I'd like to roll an official RC on
> Geoffrey> monday, with release to CPAN on wednesday if
> "Geoffrey" == Geoffrey Young <[EMAIL PROTECTED]> writes:
Geoffrey> alright, since lincoln is good to go and things (in general)
Geoffrey> seem to be in good shape, I'd like to roll an official RC on
Geoffrey> monday, with release to CPAN on wednesday if all goes well.
When you do that, plea
Geoffrey Young wrote:
> ok, I rolled a _potential_ release candidate:
>
> http://people.apache.org/~geoff/mod_perl-2.0.0-RC5.tar.gz
>
> given the amount of changes between RC4 and RC5 please take the time to
> test, install, and retest this distribution carefully and report back - I
> want as
Markus Wichitill wrote:
Hi,
has anybody ever really tested or used "PerlInterpScope handler"?
Normally mp2 on worker MPM works well enough for me, at least
stability-wise, but if I enable that potentially useful option, all hell
breaks loose when I simulate a few simultaneous requests via "ab -c
Hi,
has anybody ever really tested or used "PerlInterpScope handler"? Normally
mp2 on worker MPM works well enough for me, at least stability-wise, but if
I enable that potentially useful option, all hell breaks loose when I
simulate a few simultaneous requests via "ab -c 2". Lots of segfaults a
10 matches
Mail list logo