aboutsummaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-04-16 15:56:59 +0000
committerClement Laforet <clement@FreeBSD.org>2004-04-16 15:56:59 +0000
commitb3a94988dba281d0d6ba28eed15954e8c7274ab0 (patch)
tree9d7279de47178f8e22f7cd6b6e02006d6372602b /www/Makefile
parent8b76648e17c0c761e15b249dccbb0e5f3e5f5feb (diff)
Add mod_accessCookie 0.4.
This module restricts access in the same way as an 'allow from' does (it is derived form this module :), by checking for the exinstence of a cookie. If a cookie is present it compares it to cookies found in a mySQL database. If it can find a equivalent cookie there, access is granted, else access is denied.
Notes
Notes: svn path=/head/; revision=107243
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 566b589a7427..942a9df9a086 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -199,6 +199,7 @@
SUBDIR += mnogosearch
SUBDIR += mod_access_identd
SUBDIR += mod_access_referer
+ SUBDIR += mod_accesscookie
SUBDIR += mod_accounting
SUBDIR += mod_auth_any
SUBDIR += mod_auth_cookie_mysql