Cees Hek wrote:
I was getting segfaults with mod_perl2 (1.99_10 on 2.0.48) on my development box
today. After a lot of searching, it turns out it was because of a problem with
Time::Piece.
I could recreate it by placing 'use Time::Piece::MySQL' in the startup.pl file.
This would cause the server
Shannon Eric Peevey wrote:
Original Message
Subject: AuthenNTLM and slow web server
Date: Thu, 30 Oct 2003 17:59:49 +0100
From: Stefano Ciancio <[EMAIL PROTECTED]>
Organization: Italia On Line
To: [EMAIL PROTECTED]
Hi,
I am using the apache module Apache-
Quoting Stas Bekman <[EMAIL PROTECTED]>:
> Cees Hek wrote:
> Are you sure that both libtime-piece-perl and modperl were compiled with that
>
> same perl. is it possible that libtime-piece-perl was compiled against 5.8.0?
Since it was a debian package, I am not sure which perl it was compiled aga
> There are two things I'd suggest to try:
>
> 1) pass $r to CGI->new($r), in which case it won't rely on the global
> Apache->request. And you can switch then to 'PerlHandler modperl'.
I tried this first, no luck.
> 2) use the IO trace to debug what's going on:
>
> you need to rebuild mp wit
> kyle's post got me thinking. it would be interesting to see
> the output of
> this along with those traces. this is against CGI.pm 3.00.
> untested, but
> you get the idea :)
When I tried your patch as is, I got the following error:
*** reading POST data: CGI/usr/lib/perl5/5.8.0/CGI.pm51
Stas Bekman <[EMAIL PROTECTED]> writes:
> Brian McCauley wrote:
>
> > I think porting.pod is done.
>
> Indeed.
>
> > Now I have to attack perl_reference.pod,
> > and I assume from what you said before you don't want to release the
> > one without the other.
>
> Yes. Let's commit them together.
Scott, please try this patch:
--- CGI.pm.orig 2003-10-31 13:45:06.0 -0800
+++ CGI.pm 2003-10-31 13:58:28.0 -0800
@@ -515,8 +515,15 @@
}
if ($meth eq 'POST') {
- $self->read_from_client(\*STDIN,\$query_string,$content_length,0)
- if $content_le
Stas,
The patch seems to work based on one previously affected client! However,
it's
evening here and everyone has gone home. I'll unfortunately need to wait
until
Monday to test more affected clients. I'll let you know then the results,
but
so far so good!
Thanks,
Scott
> Scott, please try t
Hello,
I have been getting the error messages below and not sure if "$r wasn't
passed" is related with mod_perl/apache or it's something about server
configurations. The web
server I am getting this error message from is SunFire280R. Any ideas?
[Fri Oct 31 01:02:17 2003] -e: $r wasn't passed.
Shannon D Schlueter <[EMAIL PROTECTED]> writes:
> While trying to install the GMOD/CMAP perl modules, I encountered a
> problem where Apache::Cookie->new(...) was returning an object method
> not found. As per the suggestion at
> http://marc.theaimsgroup.com/?l=apreq-dev&m=105965131008577&w=2
> I
10 matches
Mail list logo