mod_auth_any

mod_auth_any is an authentication Apache module using any external program.
Download

mod_auth_any Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License
  • Price:
  • FREE
  • Publisher Name:
  • Nafees bin Zafar
  • Publisher web site:
  • http://www.itlab.musc.edu/webNIS/mod_auth_any.html

mod_auth_any Tags


mod_auth_any Description

mod_auth_any is an authentication Apache module using any external program. mod_auth_any is an authentication Apache module using any external program.Installation InstructionsAs 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= --enable-shared=auth_any Add the following to httpd.conf LoadModule auth_any_module modules/mod_auth_any.soAddModule 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.soAddModule mod_auth_any.cIgnore complaints about EAPI, and don't forget to restart httpd.Requirements:· Apache 1.3, 2.xWhat's New in This Release:· The crash bugs may be fixed.


mod_auth_any Related Software