diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-01-06 01:19:08 +0800 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-01-06 01:19:08 +0800 |
commit | bc5d34ab38ea8c3a3b3535db266f88f10affad22 (patch) | |
tree | 64533f508847c0e506c18c46f4d2b45a298a543d /www/mod_uid/distinfo | |
parent | 587486b6b49956ae7615fcb590682ade418bd35c (diff) | |
download | freebsd-ports-gnome-bc5d34ab38ea8c3a3b3535db266f88f10affad22.tar.gz freebsd-ports-gnome-bc5d34ab38ea8c3a3b3535db266f88f10affad22.tar.zst freebsd-ports-gnome-bc5d34ab38ea8c3a3b3535db266f88f10affad22.zip |
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
Diffstat (limited to 'www/mod_uid/distinfo')
-rw-r--r-- | www/mod_uid/distinfo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mod_uid/distinfo b/www/mod_uid/distinfo new file mode 100644 index 000000000000..a37dae2bcd94 --- /dev/null +++ b/www/mod_uid/distinfo @@ -0,0 +1 @@ +MD5 (mod_uid-1.1.0.tar.gz) = 50abf184879a6928f76b5975f6074aff |