[mp2] Apache2::Reload missing in FreeBSD ports

2009-09-03 Thread Foo JH
Hello guys, I'm wondering if there is any1 using FreeBSD + Apache2 + mp2. In short: there's no Apache2::Reload. I browsed around the web (in particular http://www.mail-archive.com/d...@perl.apache.org/msg12048.html) , and apparently I'm not the only one who noticed it. People mention Apache

Re: [mp2] Apache2::Reload missing in FreeBSD ports

2009-09-03 Thread Michiel Beijen
Foo JH wrote: > 2. I can't install p5-Apache-Reload over ports, as it will complain it > expects Apache 1.3. This would be actually more of a FreeBSD Ports related issue. I guess you should complain at the port maintainer for the dependencies. Apache-Reload is a bundle and should work with Apache

Would like mod_perl 1.29 to include more information on fatal errors

2009-09-03 Thread James Olsen
Hello, We are running Apache/1.3.37 with mod_perl/1.29. We use the regular mod_perl API to install custom access, authentication, authorization, fixup, content, and logging handlers. Once in a great while we run into random "Undefined subroutine XX::Clients::YY::ContentHandler::handler called.

Re: [mp2] Apache2::Reload missing in FreeBSD ports

2009-09-03 Thread craig
I run FreeBSD + Apache2 + mp2. CPAN 'test Apache::Reload' yields 'pass'. Subsequent CPAN 'test Apache2::Reload' wants to use the same module, so it says 'Has already been tested successfully'. cmac On Sep 3, 2009, at 3:59 AM, Foo JH wrote: Hello guys, I'm wondering if there is any1 using Fr

Subprocess still running and spawn_proc_prog() returns immediately

2009-09-03 Thread eric.berg
I've got an Apache2 problem with a registry script that runs another perl script in a subprocess. The spawn_proc_prog() returns immediately, though the subprocess is still running, which causes a blocking situation when I try to read the stdout/err causing the script to hang indefinitely. The sub

Re: Would like mod_perl 1.29 to include more information on fatal errors

2009-09-03 Thread Perrin Harkins
On Thu, Sep 3, 2009 at 11:32 AM, James Olsen wrote: > I would like to know if someone has a patch that will dump out more > information about the hit, such as the requested URI, any parameters > that are passed, what perl modules are in memory, the process ID, or > anything at all that might help.

RE: Subprocess still running and spawn_proc_prog() returns immediately

2009-09-03 Thread eric.berg
BTW, using IPC::Run3 -- which I could do since I didn't have to set env vars or a few other things -- worked just fine. Eric > -Original Message- > From: Berg, Eric: IT (NYK) > Sent: Thursday, September 03, 2009 1:31 PM > To: modperl@perl.apache.org > Subject: Subprocess still running a

Error with File::upload

2009-09-03 Thread Bruce Johnson
I'm managing uploaded files in a web application and getting the error: [Thu Sep 03 15:18:14 2009] [error] [client 128.196.45.237] Can't chdir to :: No such file or directory at /opt/lampp/lib/perl5/site_perl/ 5.10.0/i686-linux/ModPerl/RegistryCooker.pm line 623.\n, referer: https://www.pharma

Re: [mp2] Apache2::Reload missing in FreeBSD ports

2009-09-03 Thread Foo JH
Thanks Craig, I installed Apache::Reload via CPAN, and that shows up in my pkg_info as: bsdpan-Apache2-Reload-0.10 Interestingly they installed Apache2::Reload for me. So far it looks good. cr...@animalhead.com wrote: I run FreeBSD + Apache2 + mp2. CPAN 'test Apache::Reload' yields 'pass'.

Re: [mp2] Apache2::Reload missing in FreeBSD ports

2009-09-03 Thread Foo JH
Thanks Hiro, I wonder: if nobody is to advise otherwise, how will one know out that it is possible to install p5-Apache-Reload with the WITH_MODPERL2=yes option, without digging into the make file? Hiroyuki Hanai wrote: just FYI. I'm wondering if there is any1 using FreeBSD + Apache2 +