Apache2::SubProcess subprocess not subprocessing properly

2010-02-09 Thread Tosh Cooey
Hi after much trial and all error I am seeing that the browser connection closing is also stopping my subprocess. The main ModPerl::Registry program looks like this: ### file.pl ### use Apache2::SubProcess (); use JSON(); &main(shift); sub main { my $r = shift; ... $r->spawn_proc_prog ('

Re: [RELEASE CANDIDATE] Apache-Test-1.31 RC1

2010-02-09 Thread Adam Prime
I get the following when trying to run make test: waiting 60 seconds for server to start: .Syntax error on line 73 of /local/aprime/Apache-Test-1.31-rc1/t/conf/httpd.conf: Invalid command 'not included in the server configuration [ error] server has died with status 255 (t/logs/error_log wasn'

Re: [RELEASE CANDIDATE] Apache-Test-1.31 RC1

2010-02-09 Thread Fred Moyer
On Tue, Feb 9, 2010 at 10:20 AM, Adam Prime wrote: > I get the following when trying to run make test: > > waiting 60 seconds for server to start: .Syntax error on line 73 of > /local/aprime/Apache-Test-1.31-rc1/t/conf/httpd.conf: > Invalid command ' included in the server configuration Thanks fo

[RELEASE CANDIDATE] Apache-Test-1.31 RC2

2010-02-09 Thread Fred Moyer
Greetings, Please, download, test, and report back on success or failure for this Apache::Test release candidate. Development from 1.30 has been ongoing for about two years, so this is as good a time as ever to make a release. http://people.apache.org/~phred/Apache-Test-1.31-rc2.tar.gz This can

Re: [RELEASE CANDIDATE] Apache-Test-1.31 RC2

2010-02-09 Thread Cosimo Streppone
On Tue, 09 Feb 2010 22:30:32 +0100, Fred Moyer wrote: Please, download, test, and report back on success or failure for this Apache::Test release candidate. Seems to pass all the tests for me, even if it reports missing modules (?). cos...@ubuntu:~/src/Apache-Test-1.31-rc2$ make test /usr/

Re: [RELEASE CANDIDATE] Apache-Test-1.31 RC2

2010-02-09 Thread Adam Prime
Passes all tests on 2.2.10 w/ mp 2.0.4 and perl 5.8.8 on linux (ubuntu hardy). Passes all tests on 2.2.14 w/ mp 2.0.4 and perl 5.8.8 on solaris 5.10 I tried to run it against our (extremely old) 1.3 setup at work, but i'm getting weird errors from httpd when i start it up: Ouch! ap_mm_create

Re: [RELEASE CANDIDATE] Apache-Test-1.31 RC2

2010-02-09 Thread David Dick
On 10/02/10 08:30, Fred Moyer wrote: Please, download, test, and report back on success or failure for this Apache::Test release candidate. Passes all tests on 2.2.13 w/ mp 2.0.4 and perl 5.10 on linux (fedora 11) Passes all tests on 2.2.9 w/ mp 2.0.4 and perl 5.10 on linux (debian lenny)

Re: [RELEASE CANDIDATE] Apache-Test-1.31 RC2

2010-02-09 Thread Fred Moyer
I'll take that as a +1? :) +1 from me, so that makes 2. Would like to get at least two more +1s from mod_perl devs. Thanks to everyone else who has taken a few minutes to test out this version. On Tue, Feb 9, 2010 at 2:01 PM, Adam Prime wrote: > Passes all tests on 2.2.10 w/ mp 2.0.4 and perl

Re: ErrorDocument from a registry script

2010-02-09 Thread Mark Stosberg
I revisited the issue of 404 handling in CGI and Apache::Registry today and here's what I found. For illustration, here's a minimal CGI script which can illustrate the issue: #!/usr/bin/perl print "Status: 404\r\nContent-Type: text/html\r\n\r\nHello"; You can review the status codes being ret

Re: [RELEASE CANDIDATE] Apache-Test-1.31 RC2

2010-02-09 Thread Philippe M. Chiasson
On 10-02-09 16:30 , Fred Moyer wrote: > Greetings, > > Please, download, test, and report back on success or failure for this > Apache::Test release candidate. > > Development from 1.30 has been ongoing for about two years, so this is > as good a time as ever to make a release. > > http://people