Am 01.08.2014 um 18:44 schrieb Eric Covener:
On Fri, Aug 1, 2014 at 12:35 PM, Michael Felt <[email protected]> wrote:
btw: I ran (as best I could) ApacheTest against 2.4.10. On the one hand, all
tests it did passed, but it skipped several, which surprises me somewhat -
because I thought I had all mods enabled in the build.
The test suite only tests modules loaded in httpd.conf when you invoke
it the first time.
if you build with --enable-maintainer-mode, all built modules will be
loaded and therefore testable.
Or - if you want to avoid any other changes implied by maintainer mode,
you can alternatively add "--enable-load-all-modules" to your configure
flags (available since 2.4) which only adds active LoadModule lines for
every build module to httpd.conf.
Regards,
Rainer