diff options
author | grant <grant@pkgsrc.org> | 2002-08-26 00:12:46 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-08-26 00:12:46 +0000 |
commit | b9e3298441a507d28ade6ae4dd0c741f5a26f26f (patch) | |
tree | bf770663ece6182ed0282b66a4d6ebbc8ec4e717 /www/ap-auth-ldap | |
parent | e35a416abb1467c32e307e969bf2d5565a76eb0b (diff) | |
download | pkgsrc-b9e3298441a507d28ade6ae4dd0c741f5a26f26f.tar.gz |
format and word Apache module MESSAGEs consistently.
Diffstat (limited to 'www/ap-auth-ldap')
-rw-r--r-- | www/ap-auth-ldap/MESSAGE | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/ap-auth-ldap/MESSAGE b/www/ap-auth-ldap/MESSAGE index e1ca10ed147..e625bcfd624 100644 --- a/www/ap-auth-ldap/MESSAGE +++ b/www/ap-auth-ldap/MESSAGE @@ -1,9 +1,9 @@ ============================================================================= -$NetBSD: MESSAGE,v 1.1 2001/11/01 02:15:35 zuntum Exp $ +$NetBSD: MESSAGE,v 1.2 2002/08/26 00:12:48 grant Exp $ -You will need to edit ${PREFIX}/etc/httpd/httpd.conf and add the following -lines to the Dynamic Shared Object section in order to use this module: +In order to use this module in your Apache installation, you need to +add the following to your httpd.conf file: -LoadModule ${PREFIX}/lib/httpd/auth_ldap.so + LoadModule auth_ldap_module lib/httpd/auth_ldap.so ============================================================================= |