Re: mod_perl crashing / hanging

2004-10-01 Thread Tom Schindl
Alex Greg wrote: Geoffrey Young wrote: [...] Thanks for your response. Sorry I wasn't clear; the httpd processes don't actually kill the server, they just slow Apache right down to the point at which it doesn't respond to requests any more. I am still able to get onto the box and kill the proce

Re: [mp2] NetBSD-2.0_RC1 httpd-2.0.52 modperl-1.99_17-dev configure error

2004-10-01 Thread MGorbunov
Stas Bekman <[EMAIL PROTECTED]> wrote on 01.10.2004 06:08:34: > I can't reproduce that. Could you please try to debug that code? It's just > perl in Makefile.PL. tried that with perl -d Makefile.PL MP_AP_PREFIX=$HOME/mp-test/httpd-2.0 looks like it stops here: 171:unless ($val) { DB

Re: [mp2] NetBSD-2.0_RC1 httpd-2.0.52 modperl-1.99_17-dev configure error

2004-10-01 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Stas Bekman <[EMAIL PROTECTED]> wrote on 01.10.2004 06:08:34: I can't reproduce that. Could you please try to debug that code? It's just perl in Makefile.PL. tried that with perl -d Makefile.PL MP_AP_PREFIX=$HOME/mp-test/httpd-2.0 looks like it stops here: 171:

Re: [mp2] NetBSD-2.0_RC1 httpd-2.0.52 modperl-1.99_17-dev configure error

2004-10-01 Thread Fco. Valladolid
Hi, You has try via pkgsrc ?, maybe be a solution. Reagrds. On Fri, Oct 01, 2004 at 10:20:50AM -0400, Stas Bekman wrote: > [EMAIL PROTECTED] wrote: > >Stas Bekman <[EMAIL PROTECTED]> wrote on 01.10.2004 06:08:34: > > > >>I can't reproduce that. Could you please try to debug that code? It's > >

PerlCleanupHandler and redirect

2004-10-01 Thread Sean Scanlon
I am having a problem with using a cleanup handler where it seems that the CleanupHandler is blocking the client browser from a redirect >From what i understand the cleanup handler happens after the connection is closed. I am using the cleanup handler to do some lengthy processing while the user

ANNOUNCE: Krang 1.025

2004-10-01 Thread Peter Leonard
Krang v1.025 is now available. Notable changes in this release: - Fixes an incomplete upgrade process in 1.024. Users who upgraded their Krang installations to 1.024 should immediately upgrade to 1.025. - Improved error handling and reporting in the command-line krang_publish script.

Re: SOAP::Lite, libapreq not playing together?

2004-10-01 Thread Colin Murtaugh
Perhaps I'm missing something in what you're trying to do, but you might try Apache::SOAP. Apache::SOAP makes it super-easy to call perl subroutines running under mod_perl. I have something like this in my apache config, which maps requests to a Perl module: SetHandler perl-script

100% failure on the most basic scripts

2004-10-01 Thread Sam Wilkins
#!/usr/bin/perl -w use strict; print "Content-type: text/html\r\n\r\n"; print "It worked!!!\n"; No matter what I run, even that, I get document contains no data. It works from the command line. If it helps, I'm on Mac OS X 10.3.5, Apache 1.3.29, and I don't know how to determine my mod_perl versi

Re: 100% failure on the most basic scripts

2004-10-01 Thread Markus Wichitill
Sam Wilkins wrote: #!/usr/bin/perl -w use strict; print "Content-type: text/html\r\n\r\n"; print "It worked!!!\n"; No matter what I run, even that, I get document contains no data. It works from the command line. If it helps, I'm on Mac OS X 10.3.5, Apache 1.3.29, and I don't know how to determin

Re: 100% failure on the most basic scripts

2004-10-01 Thread Sam Wilkins
On Oct 1, 2004, at 10:14 PM, Markus Wichitill wrote: Sam Wilkins wrote: #!/usr/bin/perl -w use strict; print "Content-type: text/html\r\n\r\n"; print "It worked!!!\n"; No matter what I run, even that, I get document contains no data. It works from the command line. If it helps, I'm on Mac OS X 10.