mjc 96/09/27 01:46:51
Modified: src Configuration.tmpl
Added: src mod_usertrack.c
Removed: src mod_cookies.c
Log:
The cookies crumble... Stop user confusion renaming mod_cookies.c to
mod_usertrack.c.
Revision Changes Path
1.38 +8 -5 apache/src/Configuration.tmpl
Index: Configuration.tmpl
===================================================================
RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v
retrieving revision 1.37
retrieving revision 1.38
diff -C3 -r1.37 -r1.38
*** Configuration.tmpl 1996/09/26 12:33:56 1.37
--- Configuration.tmpl 1996/09/27 08:46:48 1.38
***************
*** 1,4 ****
! # $Id: Configuration.tmpl,v 1.37 1996/09/26 12:33:56 chuck Exp $
# Config file for the Apache httpd.
# Configuration.tmpl is the template for Configuration. Configuration should
--- 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
***************
*** 211,223 ****
# Module digest_module mod_digest.o
## Outright experiments --- mod_dld defines commands which
! ## allows other modules to be loaded in at runtime, and mod_cookies
## uses Netscape cookies to automatically construct and log accurate
! ## click-trails from Netscape cookies, for Netscape-using clients who
## aren't coming in via proxy.
! # Module dld_module mod_dld.o
! # Module cookies_module mod_cookies.o
## Finally, the proxy module. It's not as complete as it could
## be yet, so use at your own risk.
--- 211,226 ----
# Module digest_module mod_digest.o
## Outright experiments --- mod_dld defines commands which
! ## allows other modules to be loaded in at runtime,
!
! # Module dld_module mod_dld.o
!
! ## mod_usertrack.c is the new name for mod_cookies.c. This module
## uses Netscape cookies to automatically construct and log accurate
! ## click-trails from Netscape cookies, for compatible clients who
## aren't coming in via proxy.
! # Module usertrack_module mod_usertrack.o
## Finally, the proxy module. It's not as complete as it could
## be yet, so use at your own risk.