]> granicus.if.org Git - apache/commitdiff
Fix errors in directive names, and add comment about default = off.
authorbrian <brian@unknown>
Tue, 3 Dec 1996 23:19:44 +0000 (23:19 +0000)
committerbrian <brian@unknown>
Tue, 3 Dec 1996 23:19:44 +0000 (23:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77185 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_usertrack.html

index 290c0c3f93d42d461f32b09b8a5ae2c17a1d17dc..b36b83825706e59c8611532044a9cd49ee747a36 100644 (file)
@@ -40,24 +40,25 @@ above <tt>CustomLog</tt> directive.
 <h2>Directives</h2>
 
 <ul>
-<li><a href="#cookieenable">CookieEnable</a>
+<li><a href="#cookieenable">CookieTracking</a>
 <li><a href="#cookieexpires">CookieExpires</a>
 </ul>
 
 <hr>
 
-<a name="cookieexpires"><h2>CookieEnable</h2></A>
-<strong>Syntax:</strong> CookieEnable <em>on | off</em><br>
+<a name="cookieexpires"><h2>CookieTracking</h2></A>
+<strong>Syntax:</strong> CookieTracking <em>on | off</em><br>
 <strong>Context:</strong> server config, virtual host, directory,
 .htaccess<br>
 <strong>Override:</strong> FileInfo<br>
 <strong>Status:</strong> optional<br>
 <strong>Module:</strong> mod_usertrack<p>
 
-When the user track module is compiled in, Apache will start
-sending a user-tracking cookie for all new requests. This directive
-can be used to turn this behavior on or off on a per-server or
-per-directory basis.
+When the user track module is compiled in, and "CookieTracking on" is
+set, Apache will start sending a user-tracking cookie for all new
+requests. This directive can be used to turn this behavior on or off
+on a per-server or per-directory basis.  By default, compiling
+mod_usertrack will not activate cookies.
 
 <a name="cookieexpires"><h2>CookieExpires</h2></A>
 <strong>Syntax:</strong> CookieExpires <em>expiry-period</em><br>
@@ -65,15 +66,13 @@ per-directory basis.
 <strong>Status:</strong> optional<br>
 <strong>Module:</strong> mod_usertrack<p>
 
-When used,
-this directive sets an expiry time on the cookie generated by the
-usertrack module. The <i>expiry-period</i> can be given either as a
-number of seconds, or in the format such as "2 weeks 3 days 7 hours".
-Valid denominations are: years, months, weeks, hours, minutes and
-seconds.
+When used, this directive sets an expiry time on the cookie generated
+by the usertrack module. The <i>expiry-period</i> can be given either
+as a number of seconds, or in the format such as "2 weeks 3 days 7
+hours".  Valid denominations are: years, months, weeks, hours, minutes
+and seconds.
 
 
 <!--#include virtual="footer.html" -->
 </BODY>
 </HTML>
-