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 -
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