Midgard Apache HTTP Server Module
Note: midgard-apache module is designed only for traditional ( prefork ) Apache2 model.
Both Apache modules can be configured and installed the same way.
$ ./configure --with-apxs
$ make
$ make install
When apxs is not in system path, you should configure the module with full path to the apxs binary file:
$ ./configure --with-apxs=/usr/sbin/apxs2
Note, that some systems have named the apxs binary as apxs2 instead of apxs when Apache version 2 is installed.
If you want to tweak the configure options, run the command
configure --help to see all available parameters.
