]> granicus.if.org Git - apache/commitdiff
In several htdocs/manual pages, the TransferLog directive is still
authorMartin Kraemer <martin@apache.org>
Tue, 16 Dec 1997 22:28:39 +0000 (22:28 +0000)
committerMartin Kraemer <martin@apache.org>
Tue, 16 Dec 1997 22:28:39 +0000 (22:28 +0000)
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

docs/manual/invoking.html
docs/manual/invoking.html.en
docs/manual/mod/directives.html
docs/manual/vhosts/virtual-host.html

index 66d2966583a8d5cec79f7b98a39a8df4e6d2bb2a..708c63de29ac01e5dab1cc345feea0c3846c1d0f 100644 (file)
@@ -121,7 +121,7 @@ be set for different <A HREF="mod/core.html#virtualhost">virtual hosts</A>.
 <h3>Transfer log</h3>
 The server will typically log each request to a transfer file,
 <code>logs/access_log</code> by default. The filename can be set using a
-<A HREF="mod/mod_log_common.html#transferlog">TransferLog</A> directive; different
+<A HREF="mod/mod_log_config.html#transferlog">TransferLog</A> directive; different
 transfer logs can be set for different <A HREF="mod/core.html#virtualhost">virtual
 hosts</A>.
 
index 66d2966583a8d5cec79f7b98a39a8df4e6d2bb2a..708c63de29ac01e5dab1cc345feea0c3846c1d0f 100644 (file)
@@ -121,7 +121,7 @@ be set for different <A HREF="mod/core.html#virtualhost">virtual hosts</A>.
 <h3>Transfer log</h3>
 The server will typically log each request to a transfer file,
 <code>logs/access_log</code> by default. The filename can be set using a
-<A HREF="mod/mod_log_common.html#transferlog">TransferLog</A> directive; different
+<A HREF="mod/mod_log_config.html#transferlog">TransferLog</A> directive; different
 transfer logs can be set for different <A HREF="mod/core.html#virtualhost">virtual
 hosts</A>.
 
index 070e7ad3db452027e9dd40ee3622578f4bd8cf11..17055e28ed218ce3602f9346089507a622ab3be0 100644 (file)
@@ -188,8 +188,7 @@ of the terms used in their descriptions available.
 <li><A HREF="core.html#startservers">StartServers</A>
 <li><A HREF="core.html#threadsperchild">ThreadsPerChild</A>
 <li><A HREF="core.html#timeout">TimeOut</A>
-<li><A HREF="mod_log_common.html#transferlog">TransferLog</A> (mod_log_common)
-<li><A HREF="mod_log_config.html#transferlog">TransferLog</A> (mod_log_config)
+<li><A HREF="mod_log_config.html#transferlog">TransferLog</A>
 <li><A HREF="mod_mime.html#typesconfig">TypesConfig</A>
 <li><A HREF="mod_env.html#unsetenv">UnsetEnv</A>
 <li><A HREF="core.html#user">User</A>
index b472a0a0736c10271feee99db729e5c973130b91..79b6b3a920d492576ffade5ff9d5eed8d694f71a 100644 (file)
@@ -96,7 +96,7 @@ The <A HREF="mod/core.html#virtualhost">VirtualHost</A> directive in the
 <A HREF="mod/core.html#servername">ServerName</A>,
 <A HREF="mod/core.html#documentroot">DocumentRoot</A>,
 <A HREF="mod/core.html#errorlog">ErrorLog</A> and
-<A HREF="mod/mod_log_common.html#transferlog">TransferLog</A> configuration
+<A HREF="mod/mod_log_config.html#transferlog">TransferLog</A> configuration
 directives to different values for each virtual host.
 e.g.
 <blockquote><code>