diff options
author | grant <grant@pkgsrc.org> | 2003-02-18 00:22:59 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-02-18 00:22:59 +0000 |
commit | 32072e51422eaa95b391d9c40b5ca9fb4d685e8d (patch) | |
tree | 7525f59831109a2690a329bab544229492fe6030 /www/ap-auth-script/MESSAGE | |
parent | b94d141a2062b8f336111637ce7cb914058a0040 (diff) | |
download | pkgsrc-32072e51422eaa95b391d9c40b5ca9fb4d685e8d.tar.gz |
Initial import of mod_auth_script 1.3 into the NetBSD packages collection.
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.
Diffstat (limited to 'www/ap-auth-script/MESSAGE')
-rw-r--r-- | www/ap-auth-script/MESSAGE | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/ap-auth-script/MESSAGE b/www/ap-auth-script/MESSAGE new file mode 100644 index 00000000000..bf166da6e32 --- /dev/null +++ b/www/ap-auth-script/MESSAGE @@ -0,0 +1,9 @@ +=========================================================================== +$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 + +=========================================================================== |