mjc 96/09/27 01:55:52
Modified: src CHANGES Configuration.tmpl
Log:
Make sure the users know that cookies==usertrack
Revision Changes Path
1.67 +6 -1 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.66
retrieving revision 1.67
diff -C3 -r1.66 -r1.67
*** CHANGES 1996/09/26 12:04:02 1.66
--- CHANGES 1996/09/27 08:55:49 1.67
***************
*** 1,6 ****
! $Id: CHANGES,v 1.66 1996/09/26 12:04:02 mjc Exp $
Changes with Apache 1.2b1:
*) Cookies module now logs initial transaction. Logging for Cookies is
now handled by using %{Cookie}n directive in log module. Old
--- 1,11 ----
! $Id: CHANGES,v 1.67 1996/09/27 08:55:49 mjc Exp $
Changes with Apache 1.2b1:
+
+ *) Cookie module has been renamed from mod_cookies.c to mod_usertrack.c
+ to stop user confusion. You only need the usertrack module if you
+ want to accurately track users clickstreams. You do not need any
+ special modules to just use Cookies on your site. [Mark Cox]
*) Cookies module now logs initial transaction. Logging for Cookies is
now handled by using %{Cookie}n directive in log module. Old
1.39 +4 -1 apache/src/Configuration.tmpl
Index: Configuration.tmpl
===================================================================
RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v
retrieving revision 1.38
retrieving revision 1.39
diff -C3 -r1.38 -r1.39
*** Configuration.tmpl 1996/09/27 08:46:48 1.38
--- Configuration.tmpl 1996/09/27 08:55:50 1.39
***************
*** 1,4 ****
! # $Id: Configuration.tmpl,v 1.38 1996/09/27 08:46:48 mjc Exp $
# Config file for the Apache httpd.
# Configuration.tmpl is the template for Configuration. Configuration should
--- 1,4 ----
! # $Id: Configuration.tmpl,v 1.39 1996/09/27 08:55:50 mjc Exp $
# Config file for the Apache httpd.
# Configuration.tmpl is the template for Configuration. Configuration should
***************
*** 219,224 ****
--- 219,227 ----
## uses Netscape cookies to automatically construct and log accurate
## click-trails from Netscape cookies, for compatible clients who
## aren't coming in via proxy.
+ ##
+ ## You do not need this, or any other module to allow your site
+ ## to use Cookies. This module is for user tracking only
# Module usertrack_module mod_usertrack.o