From ebe9c51dff0e0dde630d03f19e4a146d5a332ee9 Mon Sep 17 00:00:00 2001 From: pcs Date: Fri, 18 Apr 1997 22:01:14 +0000 Subject: [PATCH] Fix typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77933 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_usertrack.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/manual/mod/mod_usertrack.html b/docs/manual/mod/mod_usertrack.html index a946db7f47..c559efa967 100644 --- a/docs/manual/mod/mod_usertrack.html +++ b/docs/manual/mod/mod_usertrack.html @@ -9,12 +9,11 @@

Module mod_usertrack

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. +'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.
@@ -30,11 +29,11 @@ logged by using the text %{cookie}n in the log file format. For example:
-CustomLog logs/clickstream "%{cookie}i %r %t"
+CustomLog logs/clickstream "%{cookie}n %r %t"
 
For backward compatibility the configurable log module implements the -old CookieLog directive, but this should be upgrade to the +old CookieLog directive, but this should be upgraded to the above CustomLog directive.

Directives

-- 2.50.1