summaryrefslogtreecommitdiff
path: root/www/ap-auth-cookie
diff options
context:
space:
mode:
authorgrant <grant>2003-02-17 20:55:24 +0000
committergrant <grant>2003-02-17 20:55:24 +0000
commit6b658bb910e90f66d5a5f5ecd5577dde553965cd (patch)
tree8140b88179476ae00552c6ab34ad2a49b827b962 /www/ap-auth-cookie
parent15045bddd0fabcb616487ecf86ef3cb16782fbcf (diff)
downloadpkgsrc-6b658bb910e90f66d5a5f5ecd5577dde553965cd.tar.gz
avoid loss of hair using this module by using the *correct* symbol
name in the example.
Diffstat (limited to 'www/ap-auth-cookie')
-rw-r--r--www/ap-auth-cookie/MESSAGE4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-auth-cookie/MESSAGE b/www/ap-auth-cookie/MESSAGE
index 6b64886a4c4..2eccd958e9e 100644
--- a/www/ap-auth-cookie/MESSAGE
+++ b/www/ap-auth-cookie/MESSAGE
@@ -1,9 +1,9 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.3 2002/09/24 12:30:42 wiz Exp $
+$NetBSD: MESSAGE,v 1.4 2003/02/17 20:55:24 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_cookie_module lib/httpd/mod_auth_cookie.so
+ LoadModule cookie_auth_module lib/httpd/mod_auth_cookie.so
===========================================================================