From: Martin Kraemer Date: Tue, 16 Dec 1997 22:28:39 +0000 (+0000) Subject: In several htdocs/manual pages, the TransferLog directive is still X-Git-Tag: APACHE_1_3b5~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=265536db862dc48c41c9d1dd91de341c88a31bd3;p=thirdparty%2Fapache%2Fhttpd.git In several htdocs/manual pages, the TransferLog directive is still attributed to the mod_log_common module (which is no longer supported as of apache_1.2). The patch replaces these references with references to mod_log_config. Note that I still left the mod_log_common.html file (and a back compatibility reference to it) in the docs distribution. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79715 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/invoking.html b/docs/manual/invoking.html index 66d2966583a..708c63de29a 100644 --- a/docs/manual/invoking.html +++ b/docs/manual/invoking.html @@ -121,7 +121,7 @@ be set for different virtual hosts.

Transfer log

The server will typically log each request to a transfer file, logs/access_log by default. The filename can be set using a -TransferLog directive; different +TransferLog directive; different transfer logs can be set for different virtual hosts. diff --git a/docs/manual/invoking.html.en b/docs/manual/invoking.html.en index 66d2966583a..708c63de29a 100644 --- a/docs/manual/invoking.html.en +++ b/docs/manual/invoking.html.en @@ -121,7 +121,7 @@ be set for different virtual hosts.

Transfer log

The server will typically log each request to a transfer file, logs/access_log by default. The filename can be set using a -TransferLog directive; different +TransferLog directive; different transfer logs can be set for different virtual hosts. diff --git a/docs/manual/mod/directives.html b/docs/manual/mod/directives.html index 070e7ad3db4..17055e28ed2 100644 --- a/docs/manual/mod/directives.html +++ b/docs/manual/mod/directives.html @@ -188,8 +188,7 @@ of the terms used in their descriptions available.
  • StartServers
  • ThreadsPerChild
  • TimeOut -
  • TransferLog (mod_log_common) -
  • TransferLog (mod_log_config) +
  • TransferLog
  • TypesConfig
  • UnsetEnv
  • User diff --git a/docs/manual/vhosts/virtual-host.html b/docs/manual/vhosts/virtual-host.html index b472a0a0736..79b6b3a920d 100644 --- a/docs/manual/vhosts/virtual-host.html +++ b/docs/manual/vhosts/virtual-host.html @@ -96,7 +96,7 @@ The VirtualHost directive in the ServerName, DocumentRoot, ErrorLog and -TransferLog configuration +TransferLog configuration directives to different values for each virtual host. e.g.