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 -

2.4 threading branch and apxs missing MPM_NAME

2014-03-05 Thread Fred Moyer
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 -q | grep MPM fredmoyer@aiko ~/dev $ This se