]> granicus.if.org Git - apache/commitdiff
Fix some typos. Make some clarifications in mod_usertrack.html (and
authorAlexei Kosut <akosut@apache.org>
Mon, 9 Dec 1996 02:04:56 +0000 (02:04 +0000)
committerAlexei Kosut <akosut@apache.org>
Mon, 9 Dec 1996 02:04:56 +0000 (02:04 +0000)
put the directives in alphabetical order).

Submitted by by: WWW server manager <webadm@info.cam.ac.uk>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77220 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_cgi.html
docs/manual/mod/mod_log_config.html
docs/manual/mod/mod_usertrack.html

index 70a521487d8655128e4e909b6f84bd19224f24fe..8ca99861e74dcfcf003c10a9e4aadefdf22aba01 100644 (file)
@@ -73,7 +73,7 @@ format:
   %% <i>HTTP-status</i> <i>CGI-script-filename</i>
 </pre>
 
-If the error is the that CGI script cannot be run, the log file will
+If the error is that CGI script cannot be run, the log file will
 contain
 an extra two lines:
 
@@ -82,7 +82,7 @@ an extra two lines:
   <i>error-message</i>
 </pre>
 
-Alternatively, if the error is the result of the script returning the
+Alternatively, if the error is the result of the script returning
 incorrect header information (often due to a bug in the script), the
 following information is logged:
 
@@ -146,7 +146,7 @@ exceeds this size, no more information will be written to it.
 <b>Status:</b> mod_cgi
 <p>
 
-The size of any PUR or POST entity body that is logged to the file is
+The size of any PUT or POST entity body that is logged to the file is
 limited, to prevent the log file growing too big too quickly if large
 bodies are being received. By default, up to 1024 bytes are logged,
 but this can be changed with this directive.
index 9b3a199283c489fb7c8dabf660960cf5705e1734..b2e95fa4dd14dc079669ceb5e9a4a3139618200f 100644 (file)
@@ -20,7 +20,7 @@ Three directives are provided by this module: <code>TransferLog</code>
 to create a log file, <code>LogFormat</code> to set a custom format,
 and <code>CustomLog</code> to define a log file and format in one go.
 The <code>TransferLog</code> and <code>CustomLog</code> directives can
-be use multiple times in each server to cause each request to be
+be used multiple times in each server to cause each request to be
 logged to multiple files.
 <P>
 
@@ -29,8 +29,8 @@ logged to multiple files.
 <ul>
 <li>This module is based on mod_log_config distributed with
 previous Apache releases, now updated to handle multiple logs.
-There is now no need to re-configure Apache to get use
-configuration log formats.
+There is now no need to re-configure Apache to use configuration log
+formats.
 
 <li>The module also implements the <code>CookieLog</code> directive,
 used to log user-tracking information created by <a
index 96e7f1566b981a05a17b7fa0794e524c7b6e8f7a..631f77d0a0cdab6f61e09a3d37b8356902001175 100644 (file)
@@ -40,12 +40,27 @@ above <tt>CustomLog</tt> directive.
 <h2>Directives</h2>
 
 <ul>
-<li><a href="#cookieenable">CookieTracking</a>
 <li><a href="#cookieexpires">CookieExpires</a>
+<li><a href="#cookietracking">CookieTracking</a>
 </ul>
 
 <hr>
 
+<a name="cookieexpires"><h2>CookieExpires</h2></A>
+<strong>Syntax:</strong> CookieExpires <em>expiry-period</em><br>
+<strong>Context:</strong> server config, virtual host<br>
+<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.
+
+<p>If this directive is not used, cookies last only for the current
+browser session.</p>
+
 <a name="cookieexpires"><h2>CookieTracking</h2></A>
 <strong>Syntax:</strong> CookieTracking <em>on | off</em><br>
 <strong>Context:</strong> server config, virtual host, directory,
@@ -60,18 +75,6 @@ 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>
-<strong>Context:</strong> server config, virtual host<br>
-<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>