From owner-cvs-ports@FreeBSD.ORG Mon Jan 5 09:19:09 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4CBE16A542; Mon, 5 Jan 2004 09:19:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6FFE43D45; Mon, 5 Jan 2004 09:19:08 -0800 (PST) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i05HJ80B093676; Mon, 5 Jan 2004 09:19:08 -0800 (PST) (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i05HJ897093675; Mon, 5 Jan 2004 09:19:08 -0800 (PST) (envelope-from leeym) Message-Id: <200401051719.i05HJ897093675@repoman.freebsd.org> From: Yen-Ming Lee Date: Mon, 5 Jan 2004 09:19:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/mod_uid Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2004 17:19:10 -0000 leeym 2004/01/05 09:19:08 PST FreeBSD ports repository Modified files: www Makefile Added files: www/mod_uid Makefile distinfo pkg-descr pkg-plist Log: 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 Revision Changes Path 1.792 +1 -0 ports/www/Makefile 1.1 +37 -0 ports/www/mod_uid/Makefile (new) 1.1 +1 -0 ports/www/mod_uid/distinfo (new) 1.1 +15 -0 ports/www/mod_uid/pkg-descr (new) 1.1 +4 -0 ports/www/mod_uid/pkg-plist (new)