diff options
Diffstat (limited to 'docs/manual/mod/mod_log_config.html.en')
-rw-r--r-- | docs/manual/mod/mod_log_config.html.en | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en index e9d8ed59..6a6f3eb9 100644 --- a/docs/manual/mod/mod_log_config.html.en +++ b/docs/manual/mod/mod_log_config.html.en @@ -92,7 +92,7 @@ a '<code>-</code>' rather than a 0 when no bytes are sent.</td></tr> <tr class="odd"><td><code>%{<var>Foobar</var>}C</code></td> <td>The contents of cookie <var>Foobar</var> in the request sent - to the server.</td></tr> + to the server. Only version 0 cookies are fully supported.</td></tr> <tr><td><code>%D</code></td> <td>The time taken to serve the request, in microseconds.</td></tr> <tr class="odd"><td><code>%{<var>FOOBAR</var>}e</code></td> @@ -351,7 +351,8 @@ <dt><var>pipe</var></dt> <dd>The pipe character "<code>|</code>", followed by the path to a program to receive the log information on its standard - input. + input. See the notes on <a href="../logs.html#piped">piped logs</a> + for more information. <div class="warning"><h3>Security:</h3> <p>If a program is used, then it will be run as the user who @@ -492,4 +493,4 @@ </div><div id="footer"> <p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> -</body></html> +</body></html>
\ No newline at end of file |