head	1.3;
access;
symbols
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2009.04.12.12.16.41;	author leeym;	state dead;
branches;
next	1.2;

1.2
date	2004.05.21.07.13.46;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2004.01.05.17.19.08;	author leeym;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- USE_APACHE=yes is deprecated
- WITH_APACHE2=yes is deprecated
- Convert to AP_FAST_BUILD/AP_GENPLIST
- Works with 13,20, and 22

PR:		133635
Submitted by:	pgollucci
@
text
@libexec/apache/mod_uid.so
%%PORTDOCS%%%%DOCSDIR%%/README.html
%%PORTDOCS%%@@dirrm %%DOCSDIR%%
@@exec %D/sbin/apxs -e -A -n uid %D/%F
@@unexec %D/sbin/apxs -e -A -n uid %D/%F
@


1.2
log
@add missing directory.
@
text
@@


1.1
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
@
text
@d3 1
@

