• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

m4/H11-Nov-2012-6156

CHANGESH A D14-Feb-20167.7 KiB171134

Makefile.inH A D12-Nov-2012388 2115

READMEH A D01-Mar-2014766 2415

config.h.inH A D01-Mar-2014616 2315

configureH A D14-Feb-2016113.6 KiB3,9783,291

configure.acH A D14-Feb-2016181 107

mpm_default.hH A D10-Jul-20131.8 KiB5812

mpm_itk.cH A D14-Feb-201624.8 KiB727530

seccomp.cH A D01-Mar-20147.7 KiB200134

seccomp.hH A D10-Jul-20131.3 KiB364

README

1This is a prerelease version of mpm-itk for Apache 2.4.7 or newer.
22.4.6 or before will not work; for 2.2.x, there's an entirely different
3patch set (see http://mpm-itk.sesse.net/).
4
5It is much less tested than the 2.2.x series, so exercise caution;
6however, several organizations do run it in production. Follow the
7mpm-itk mailing list (http://lists.err.no/mailman/listinfo/mpm-itk)
8for more information as it becomes available.
9
10To build, simply run configure and then make; you may have to adjust the apxs
11path, e.g.
12
13  ./configure --with-apxs=apxs2
14
15or
16
17  ./configure --with-apxs=/usr/local/apache2/bin/apxs
18
19Similarly, make install (as root) will install the module, after which you can add
20
21  LoadModule mpm_itk_module modules/mpm_itk.so
22
23to your httpd.conf.
24