diff options
author | Martin Kraemer <martin@apache.org> | 1997-12-16 23:28:39 +0100 |
---|---|---|
committer | Martin Kraemer <martin@apache.org> | 1997-12-16 23:28:39 +0100 |
commit | 265536db862dc48c41c9d1dd91de341c88a31bd3 (patch) | |
tree | 53905997042d20d696eb0faa9d27f0a804bb66a7 /docs | |
parent | The mod_proxy module proxy_ftp.c has an undocumented 'feature': (diff) | |
download | apache2-265536db862dc48c41c9d1dd91de341c88a31bd3.tar.xz apache2-265536db862dc48c41c9d1dd91de341c88a31bd3.zip |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/invoking.html | 2 | ||||
-rw-r--r-- | docs/manual/invoking.html.en | 2 | ||||
-rw-r--r-- | docs/manual/mod/directives.html | 3 | ||||
-rw-r--r-- | docs/manual/vhosts/virtual-host.html | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/docs/manual/invoking.html b/docs/manual/invoking.html index 66d2966583..708c63de29 100644 --- a/docs/manual/invoking.html +++ b/docs/manual/invoking.html @@ -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>. diff --git a/docs/manual/invoking.html.en b/docs/manual/invoking.html.en index 66d2966583..708c63de29 100644 --- a/docs/manual/invoking.html.en +++ b/docs/manual/invoking.html.en @@ -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>. diff --git a/docs/manual/mod/directives.html b/docs/manual/mod/directives.html index 070e7ad3db..17055e28ed 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. <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> diff --git a/docs/manual/vhosts/virtual-host.html b/docs/manual/vhosts/virtual-host.html index b472a0a073..79b6b3a920 100644 --- a/docs/manual/vhosts/virtual-host.html +++ b/docs/manual/vhosts/virtual-host.html @@ -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> |