pcs 97/04/18 15:01:14
Modified: htdocs/manual/mod mod_usertrack.html Log: Fix typos Revision Changes Path 1.9 +7 -8 apache/htdocs/manual/mod/mod_usertrack.html Index: mod_usertrack.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_usertrack.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C3 -r1.8 -r1.9 *** mod_usertrack.html 1997/01/31 00:55:13 1.8 --- mod_usertrack.html 1997/04/18 22:01:14 1.9 *************** *** 9,20 **** <H1>Module mod_usertrack</h1> Previous releases of Apache have included a module which generates a ! 'clickstream' log of user activity on a site, using cookies. This was ! called the "cookies" module, mod_cookies. In Apache 1.2 and later, this module ! has ! been renamed the "user tracking" module, mod_usertrack. This module ! has been ! simplified and new directives added. <hr> --- 9,19 ---- <H1>Module mod_usertrack</h1> Previous releases of Apache have included a module which generates a ! 'clickstream' log of user activity on a site using cookies. This was ! called the "cookies" module, mod_cookies. In Apache 1.2 and later this ! module has been renamed the "user tracking" module, ! mod_usertrack. This module has been simplified and new directives ! added. <hr> *************** *** 30,40 **** in the log file format. For example: <pre> ! CustomLog logs/clickstream "%{cookie}i %r %t" </pre> For backward compatibility the configurable log module implements the ! old <tt>CookieLog</tt> directive, but this should be upgrade to the above <tt>CustomLog</tt> directive. <h2>Directives</h2> --- 29,39 ---- in the log file format. For example: <pre> ! CustomLog logs/clickstream "%{cookie}n %r %t" </pre> For backward compatibility the configurable log module implements the ! old <tt>CookieLog</tt> directive, but this should be upgraded to the above <tt>CustomLog</tt> directive. <h2>Directives</h2>