Subject: | mod_perl cannot be built with non-threaded Perl and Apache 2.4 |
Since 2.0.6, it's impossible to build mod_perl with non-threaded Perl
and Apache 2.4.
Apache2::Build checks for Apache version and if it's greater than 2.2,
it assumes some 'dynamic' MPM, which prevents mod_perl from building
even if 'prefork' MPM is used.
--
Serguei Trouchelle