brian 96/12/03 15:19:55
Modified: htdocs/manual/mod mod_usertrack.html
Log:
Fix errors in directive names, and add comment about default = off.
Revision Changes Path
1.5 +13 -14 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.4
retrieving revision 1.5
diff -C3 -r1.4 -r1.5
*** mod_usertrack.html 1996/12/02 18:14:12 1.4
--- mod_usertrack.html 1996/12/03 23:19:44 1.5
***************
*** 40,63 ****
<h2>Directives</h2>
<ul>
! <li><a href="#cookieenable">CookieEnable</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>
<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.
<a name="cookieexpires"><h2>CookieExpires</h2></A>
<strong>Syntax:</strong> CookieExpires <em>expiry-period</em><br>
--- 40,64 ----
<h2>Directives</h2>
<ul>
! <li><a href="#cookieenable">CookieTracking</a>
<li><a href="#cookieexpires">CookieExpires</a>
</ul>
<hr>
! <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, 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,79 ****
<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.
<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-
--- 66,78 ----
<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.
<!--#include virtual="footer.html" -->
</BODY>
</HTML>