32072e5142
mod_auth_script makes it possible to have Apache authentication and authorization done by an external program. The external program can be provided as CGI, PHP or other schemes which allow dynamic content to Apache.
9 lines
387 B
Text
9 lines
387 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2003/02/18 00:22:59 grant Exp $
|
|
|
|
In order to use this module in your Apache installation, you need to
|
|
add the following to your httpd.conf file:
|
|
|
|
LoadModule auth_script_module lib/httpd/mod_auth_script.so
|
|
|
|
===========================================================================
|