martin 97/12/16 14:28:39
Modified: htdocs/manual invoking.html
htdocs/manual/mod directives.html
htdocs/manual/vhosts virtual-host.html
Log:
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.
Revision Changes Path
1.15 +1 -1 apachen/htdocs/manual/invoking.html
Index: invoking.html
===================================================================
RCS file: /home/cvs/apachen/htdocs/manual/invoking.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -u -r1.14 -r1.15
--- invoking.html 1997/11/12 16:29:44 1.14
+++ invoking.html 1997/12/16 22:22:55 1.15
@@ -121,7 +121,7 @@
<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>.
1.35 +1 -2 apachen/htdocs/manual/mod/directives.html
Index: directives.html
===================================================================
RCS file: /home/cvs/apachen/htdocs/manual/mod/directives.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -u -r1.34 -r1.35
--- directives.html 1997/10/15 14:45:24 1.34
+++ directives.html 1997/12/16 22:27:01 1.35
@@ -188,8 +188,7 @@
<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>
1.2 +1 -1 apachen/htdocs/manual/vhosts/virtual-host.html
Index: virtual-host.html
===================================================================
RCS file: /home/cvs/apachen/htdocs/manual/vhosts/virtual-host.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- virtual-host.html 1997/11/12 13:37:54 1.1
+++ virtual-host.html 1997/12/16 22:28:39 1.2
@@ -96,7 +96,7 @@
<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>