diff options
author | obache <obache@pkgsrc.org> | 2007-02-03 04:13:25 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-02-03 04:13:25 +0000 |
commit | 3686e0b8a5412cecc2ca6145dce5c1ffb60a9124 (patch) | |
tree | 864e97d5f27315e19a61e45d7e37161e9d8ff845 /www/ap-auth-external/MESSAGE | |
parent | 92ce0cd77c6094ff364c21e9a3b4f6b8e29fa3ed (diff) | |
download | pkgsrc-3686e0b8a5412cecc2ca6145dce5c1ffb60a9124.tar.gz |
Fix module name in MESSAGE for apache2.
Pointed out in PR 35510.
Diffstat (limited to 'www/ap-auth-external/MESSAGE')
-rw-r--r-- | www/ap-auth-external/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-auth-external/MESSAGE b/www/ap-auth-external/MESSAGE index 2ddad40fc78..687b1d78364 100644 --- a/www/ap-auth-external/MESSAGE +++ b/www/ap-auth-external/MESSAGE @@ -1,9 +1,9 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2007/01/19 09:00:24 sborrill Exp $ +$NetBSD: MESSAGE,v 1.2 2007/02/03 04:13:25 obache Exp $ In order to use this module in your Apache installation, you need to add the following to your httpd.conf file: - LoadModule external_auth_module lib/httpd/mod_auth_external.so + LoadModule ${MODULE_NAME} lib/httpd/mod_auth_external.so =========================================================================== |