aboutsummaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-01-05 17:19:08 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-01-05 17:19:08 +0000
commitbc5d34ab38ea8c3a3b3535db266f88f10affad22 (patch)
tree64533f508847c0e506c18c46f4d2b45a298a543d /www/Makefile
parent587486b6b49956ae7615fcb590682ade418bd35c (diff)
add mod_uid-1.1.0
The standard distribution of Apache does not provide adequate means for user tracking, and this module provides them. What it actually does: + if the user has provided the cookie header with the correct cookie-name, the module writes this cookie in notes with the name uid_got (accordingly, then it may be written to the log); + if the user has arrived without the required cookie, the module issues the SetCookie header for him/her and writes the cookie thus issued in notes with the name uid_set (and this may also be written to the log); + if built-in P3P support is included, the P3P header is also issued as the Set-Cookie header is issued. WWW: http://www.lexa.ru/programs/mod-uid-eng.html
Notes
Notes: svn path=/head/; revision=97376
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 b70e90fd101e..b1bea921b488 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -265,6 +265,7 @@
SUBDIR += mod_traf_thief
SUBDIR += mod_trigger
SUBDIR += mod_tsunami
+ SUBDIR += mod_uid
SUBDIR += mod_v2h
SUBDIR += mod_watch
SUBDIR += mod_webapp