From: Alexei Kosut Date: Mon, 9 Dec 1996 02:04:56 +0000 (+0000) Subject: Fix some typos. Make some clarifications in mod_usertrack.html (and X-Git-Tag: APACHE_1_2b2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ff808f641a97ad3420834d875f75cdfb9375103;p=apache Fix some typos. Make some clarifications in mod_usertrack.html (and put the directives in alphabetical order). Submitted by by: WWW server manager git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77220 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_cgi.html b/docs/manual/mod/mod_cgi.html index 70a521487d..8ca99861e7 100644 --- a/docs/manual/mod/mod_cgi.html +++ b/docs/manual/mod/mod_cgi.html @@ -73,7 +73,7 @@ format: %% HTTP-status CGI-script-filename -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: error-message -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. Status: mod_cgi

-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. diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html index 9b3a199283..b2e95fa4dd 100644 --- a/docs/manual/mod/mod_log_config.html +++ b/docs/manual/mod/mod_log_config.html @@ -20,7 +20,7 @@ Three directives are provided by this module: TransferLog to create a log file, LogFormat to set a custom format, and CustomLog to define a log file and format in one go. The TransferLog and CustomLog 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.

@@ -29,8 +29,8 @@ logged to multiple files.