This is a prerelease version of mpm-itk for Apache 2.4.x;
you will either need to patch Apache with the patches in patches/,
or use a SVN trunk checkout.

It is barely tested at all; use with caution.

To build, simply run configure and then make; you may have to adjust the apxs
path, e.g.

  ./configure --with-apxs=apxs2

or

  ./configure --with-apxs=/usr/local/apache2/bin/apxs

Similarly, make install will install the module, after which you can add

  LoadModule mpm_itk_module modules/mpm_itk.so

to your httpd.conf.

Follow the mpm-itk mailing list (http://lists.err.no/mailman/listinfo/mpm-itk)
for a production 2.4 release.
