Apache2 module compilation
If you have a source for Apache module, assembling process is quite easy:
apxs -c mod_authnz_external.c
apxs -i -a mod_authnz_external.la
If you have a source for Apache module, assembling process is quite easy:
apxs -c mod_authnz_external.c
apxs -i -a mod_authnz_external.la