From: brian Date: Tue, 3 Dec 1996 23:19:44 +0000 (+0000) Subject: Fix errors in directive names, and add comment about default = off. X-Git-Tag: APACHE_1_2b2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83bdab585ea36ba765404ea042f48fed61f938fe;p=apache Fix errors in directive names, and add comment about default = off. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77185 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_usertrack.html b/docs/manual/mod/mod_usertrack.html index 290c0c3f93..b36b838257 100644 --- a/docs/manual/mod/mod_usertrack.html +++ b/docs/manual/mod/mod_usertrack.html @@ -40,24 +40,25 @@ above CustomLog directive.

Directives


-

CookieEnable

-Syntax: CookieEnable on | off
+

CookieTracking

+Syntax: CookieTracking on | off
Context: server config, virtual host, directory, .htaccess
Override: FileInfo
Status: optional
Module: mod_usertrack

-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.

CookieExpires

Syntax: CookieExpires expiry-period
@@ -65,15 +66,13 @@ per-directory basis. Status: optional
Module: mod_usertrack

-When used, -this directive sets an expiry time on the cookie generated by the -usertrack module. The expiry-period 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 expiry-period 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. -