Hi.
26Sep2005 @ 09:40 Geoffrey Young thusly spake
>
>
> Alexander Charbonnet wrote:
> > Rename your Perl binary and see if it still works. :-)
>
> egads, no.
>
> >>How can I be sure that is being run by mod_perl and not by perl?
>
> http://perl.apache.org/docs/1.0/guide/install.html#How_can_
I'have the exact same error/problem in my environment as mentioned here:
http://www.issociate.de/board/post/244105/mod_perl2_bug_report.html
However, I'm a little unclear of the details of the fix due to my inexperience
with FreeBSD. I was hoping that someone could explain this fix in further
d
Not sure if this is what people are running into, but if you use
variables, even lexicals scoped on the package level, in a subtype of
HTML::Parser, they won't get reset if you call new() on your class
unless you overload the default new() or otherwise reset them.
For example (untested, but this i
Thanks Philip, I'll give it a try...
John
-Original Message-
From: "Philip M. Gollucci"<[EMAIL PROTECTED]>
Sent: 9/22/05 7:54:29 PM
To: "John.kelley"<[EMAIL PROTECTED]>
Cc: "modperl@perl.apache.org"
Subject: Re: Apache DSO compile issue...
John.kelley wrote:
LoadModule Mod_perl or libperl?
Is there supposed to be a mod_perl.so or am I supposed to overlay the "old"
libperl.so?
Thx,
John
-Original Message-
From: "Philip M. Gollucci"<[EMAIL PROTECTED]>
Sent: 9/22/05 6:48:40 PM
To: "John Kelley"<[EMAIL PROTECTED]>
Cc: "modperl@p
Ihadn't posted it but it's there for mod_perl.
John
-Original Message-
From: "Philip M. Gollucci"<[EMAIL PROTECTED]>
Sent: 9/22/05 6:48:40 PM
To: "John Kelley"<[EMAIL PROTECTED]>
Cc: "modperl@perl.apache.org"
Subject: Re: Apache DSO compile issue...
>
> AddM
Hello all.
I have a problem in writing mutlithread-safe application on mod_perl.
I have a file main.pm which is my object implementation:
package admin::main;
1;
package svntrac::admin;
use ..
..
print STDERR "I am require\n";
$Apache2::PerlSections::Save = 1;
$handlers::sv
Alexander Charbonnet wrote:
> Rename your Perl binary and see if it still works. :-)
egads, no.
>>How can I be sure that is being run by mod_perl and not by perl?
http://perl.apache.org/docs/1.0/guide/install.html#How_can_I_tell_whether_mod_perl_is_running_
--Geoff
mod_deflate is not loaded on my system and I can still see this problem.
I instrumented some portion of the code to understand the flow and I
have some questions. The modperl_filter.c has a function
modperl_wbucket_flush(). Now the add_flush_bucket variable that is
passed to this function is not s