Re: is apache using modperl?

2005-09-26 Thread luke
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_

Reference to: mod_perl2 bug report [message #924360]

2005-09-26 Thread [EMAIL PROTECTED]
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

Re: HTML::Parser not mod_perl safe?

2005-09-26 Thread Issac Goldstand
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

Re: Apache DSO compile issue...

2005-09-26 Thread John.kelley
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:

Re: Apache DSO compile issue...

2005-09-26 Thread John.kelley
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

Re: Apache DSO compile issue...

2005-09-26 Thread John.kelley
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

handler object: data sometimes resetting

2005-09-26 Thread Taras Yurij Vasylovitch
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

Re: is apache using modperl?

2005-09-26 Thread Geoffrey Young
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

Re: [mp2] $| doesn't work with mod_perl

2005-09-26 Thread pradeep kumar
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