Re: 2.4 threading branch and apxs missing MPM_NAME

2014-03-05 Thread Andy Colson
On 03/05/2014 01:56 PM, Fred Moyer wrote: Recent testing on the 2.4 threading branch has uncovered the issue where the httpd worker type cannot be determined in Apache2::Build for the reason that MPM_NAME is no longer included in the output of apxs -q: fredmoyer@aiko ~/dev $ ./httpd24/bin/apxs -

Re: httpd24threading branch build and test results

2014-02-16 Thread Andy Colson
On 02/15/2014 11:24 PM, Fred Moyer wrote: Sorry, error in the 2.4 results. APXS is identified correctly, but we need to figure out how to determine if the httpd install is using prefork, currently it's defaulting to 'dynamic' perl Makefile.PL MP_APXS=/Users/phred/dev/httpd/bin/apxs Reading Make

Re: httpd24 branch

2013-02-27 Thread Andy Colson
On 2/27/2013 12:47 AM, Jan Kaluža wrote: On 02/26/2013 03:52 AM, Andy Colson wrote: On 02/25/2013 05:20 AM, Jan Kaluža wrote: On 02/22/2013 09:02 PM, Andy Colson wrote: After applying mod_perl-2.0.5-nolfs.patch, then re-making, I got this on make test: t/TEST -clean [warning] setting ulimit

Re: httpd24 branch

2013-02-25 Thread Andy Colson
On 02/25/2013 05:20 AM, Jan Kaluža wrote: On 02/22/2013 09:02 PM, Andy Colson wrote: After applying mod_perl-2.0.5-nolfs.patch, then re-making, I got this on make test: t/TEST -clean [warning] setting ulimit to allow core files ulimit -c unlimited; /usr/bin/perl5.16.2 /home/andy/apps

Re: httpd24 branch

2013-02-22 Thread Andy Colson
On 2/21/2013 1:41 AM, Jan Kaluža wrote: Hi, I think I've committed all my patches [1] to httpd24 branch. It builds OK for me and I think it's now time for more people to build it and report your problems with this branch. To compile it, I just checkout the httpd24 and run: /usr/bin/perl Makefi

Re: Apache 2.4 adoption

2013-02-07 Thread Andy Colson
On 2/7/2013 2:31 AM, Issac Goldstand wrote: On 07/02/2013 09:47, Jan Kaluža wrote: [snip] The problem is that I have little experience with Perl or mod_perl. I'm trying to improve current situation, but I don't want to be the upstream, because I'm not active mod_perl (or even Perl) user. [snip

Apache 2.4 make test

2012-09-28 Thread Andy Colson
I'm attempting to fix a "make test" that is failing: $ t/TEST -verbose api/access ... lots of output ... # testing : auth_type # expected: none # received: undef not ok 8 # testing : auth_type # expected: Basic # received: Basic ok 9 ok 10 After searching around a little (there are lots of gen

Re: Fwd: Re: trying mod_perl patches for httpd 2.4

2012-09-26 Thread Andy Colson
On 9/26/2012 3:23 AM, Jan Kaluža wrote: Oh, I've checked the patches we use in Fedora and I think this problem is fixed by this patch: http://jkaluza.fedorapeople.org/mod_perl/mod_perl-2.0.5-nolfs.patch It's unrelated to httpd24, but I think this patch could fix it for you. At least I think I

Fwd: Re: trying mod_perl patches for httpd 2.4

2012-09-25 Thread Andy Colson
sorry, didn't cc the list. Original Message Subject: Re: trying mod_perl patches for httpd 2.4 Date: Tue, 25 Sep 2012 19:08:16 -0500 From: Andy Colson To: Jan Kaluža Try as I might, I cannot get mod_perl debug symbols to work: perl Makefile.PL MP_APR_CONFIG=/usr/bin/

Re: trying mod_perl patches for httpd 2.4

2012-09-24 Thread Andy Colson
On 9/24/2012 1:02 AM, Jan Kaluža wrote: On 09/22/2012 06:58 PM, Andy Colson wrote: Bummer... make test totally dies: /usr/sbin/httpd -d /home/andy/apps/mod_perl-2.0/t -f /home/andy/apps/mod_perl-2.0/t/conf/httpd.conf -D APACHE2 -D PERL_USEITHREADS using Apache/2.4.3 (event MPM) waiting

Re: trying mod_perl patches for httpd 2.4

2012-09-22 Thread Andy Colson
Bummer... make test totally dies: ulimit -c unlimited; /usr/bin/perl5.16.1 /home/andy/apps/mod_perl-2.0/t/TEST -bugreport -verbose=0 AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.1.3. Set the 'ServerName' directive globally to suppress

Re: trying mod_perl patches for httpd 2.4

2012-09-22 Thread Andy Colson
On 09/22/2012 11:20 AM, Andy Colson wrote: Hi all, I downloaded 2.0.7 source, then applied these patches: http://jkaluza.fedorapeople.org/mod_perl/all.tgz My first attempt: $ perl Makefile.PL MP_APXS unspecified, using /usr/bin/apxs no conflicting prior mod_perl version found - good

trying mod_perl patches for httpd 2.4

2012-09-22 Thread Andy Colson
Hi all, I downloaded 2.0.7 source, then applied these patches: http://jkaluza.fedorapeople.org/mod_perl/all.tgz My first attempt: $ perl Makefile.PL MP_APXS unspecified, using /usr/bin/apxs no conflicting prior mod_perl version found - good. Configuring Apache/2.4.3 mod_perl/2.0.7 Perl/v5.16