mod_auth_any 1.6 RC1 review
Downloadmod_auth_any is an authentication Apache module using any external program. Installation Instructions As of version 1.4, the re
|
|
mod_auth_any is an authentication Apache module using any external program.
Installation Instructions
As of version 1.4, the recommended compilation method uses the Makefile. As of version 1.5, please see the readme file in the docs directory, and use the Makefile.
Compiling with Apache See the Makefile. Make targets are apache1 and default (which compiles for apache2).
You may need the Apache source tree for this method.
Unpack the tarball (zcat mod_auth_any.tgz | tar -xf -)
Reconfigure apache with
--add-module=[location of mod_auth_any.c] --enable-shared=auth_any
Add the following to httpd.conf
LoadModule auth_any_module modules/mod_auth_any.so
AddModule mod_auth_any.c
Compiling Independently
(Recommended for RedHat) This method is easier, assuming you have a properly installed Apache rpm with all the apxs trimmings.
Unpack the tarball (zcat mod_auth_any.tgz | tar -xf -)
Configure with apxs
apxs -c mod_auth_any.c
apxs -i -a -n auth_any mod_auth_any.so
Add the following to httpd.conf
LoadModule auth_any_module libexec/mod_auth_any.so
AddModule mod_auth_any.c
Ignore complaints about EAPI, and don't forget to restart httpd.
Requirements:
Apache 1.3, 2.x
What's New in This Release:
The crash bugs may be fixed.
mod_auth_any 1.6 RC1 keywords