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 'IfVersion', perhaps misspelled or defined by a module not included in the server configuration [ error]

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 adam.pr...@utoronto.ca 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 'IfVersion', perhaps misspelled

[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

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 f...@redhotpenguin.com 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 (?).

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 adam.pr...@utoronto.ca wrote: Passes all tests on 2.2.10

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

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.

svn commit: r908240 - in /perl/Apache-Reload/trunk: Changes lib/Apache/Reload.pm

2010-02-09 Thread phred
Author: phred Date: Tue Feb 9 21:37:20 2010 New Revision: 908240 URL: http://svn.apache.org/viewvc?rev=908240view=rev Log: 'no Apache::Reload' option to ignore reloading modules with that directive. When Moose is being used, reloading a class will probably result in it being unusable.