diff options
Diffstat (limited to 'docs/manual/mod/mod_log_config.html.en')
-rw-r--r-- | docs/manual/mod/mod_log_config.html.en | 87 |
1 files changed, 45 insertions, 42 deletions
diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en index d2cca1a..99825ca 100644 --- a/docs/manual/mod/mod_log_config.html.en +++ b/docs/manual/mod/mod_log_config.html.en @@ -1,7 +1,7 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head> -<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type" /> +<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> <!-- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT @@ -27,15 +27,15 @@ <div id="preamble"><h1>Apache Module mod_log_config</h1> <div class="toplang"> <p><span>Available Languages: </span><a href="../en/mod/mod_log_config.html" title="English"> en </a> | -<a href="../fr/mod/mod_log_config.html" hreflang="fr" rel="alternate" title="Français"> fr </a> | +<a href="../fr/mod/mod_log_config.html" hreflang="fr" rel="alternate" title="Français"> fr </a> | <a href="../ja/mod/mod_log_config.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> | <a href="../ko/mod/mod_log_config.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | -<a href="../tr/mod/mod_log_config.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> +<a href="../tr/mod/mod_log_config.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Logging of the requests made to the server</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> -<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>log_config_module</td></tr> -<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_log_config.c</td></tr></table> +<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>log_config_module</td></tr> +<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_log_config.c</td></tr></table> <h3>Summary</h3> <p>This module provides for flexible logging of client @@ -116,9 +116,13 @@ for only a few hosts, you probably have access control directives mentioning them by name. See <a href="mod_authz_host.html#reqhost">the Require host documentation</a>.</td></tr> -<tr class="odd"><td><code>%H</code></td> +<tr class="odd"><td><code>%{c}h</code></td> + <td>Like <code>%h</code>, but always reports on the hostname of the + underlying TCP connection and not any modifications to the + remote hostname by modules like <code class="module"><a href="../mod/mod_remoteip.html">mod_remoteip</a></code>.</td></tr> +<tr><td><code>%H</code></td> <td>The request protocol.</td></tr> -<tr><td><code>%{<var>VARNAME</var>}i</code></td> +<tr class="odd"><td><code>%{<var>VARNAME</var>}i</code></td> <td>The contents of <code><var>VARNAME</var>:</code> header line(s) in the request sent to the server. Changes made by other modules (e.g. <code class="module"><a href="../mod/mod_headers.html">mod_headers</a></code>) affect this. If you're @@ -128,58 +132,57 @@ that value with the <code>%{<var>VARNAME</var>}e</code> described above. </td></tr> -<tr class="odd"><td><code>%k</code></td> +<tr><td><code>%k</code></td> <td>Number of keepalive requests handled on this connection. Interesting if <code class="directive"><a href="../mod/core.html#keepalive">KeepAlive</a></code> is being used, so that, for example, a '1' means the first keepalive request after the initial one, '2' the second, etc...; otherwise this is always 0 (indicating the initial request).</td></tr> -<tr><td><code>%l</code></td> +<tr class="odd"><td><code>%l</code></td> <td>Remote logname (from identd, if supplied). This will return a dash unless <code class="module"><a href="../mod/mod_ident.html">mod_ident</a></code> is present and <code class="directive"><a href="../mod/mod_ident.html#identitycheck">IdentityCheck</a></code> is set <code>On</code>.</td></tr> -<tr class="odd"><td><code>%L</code></td> +<tr><td><code>%L</code></td> <td>The request log ID from the error log (or '-' if nothing has been logged to the error log for this request). Look for the matching error log line to see what request caused what error.</td></tr> -<tr><td><code>%m</code></td> +<tr class="odd"><td><code>%m</code></td> <td>The request method.</td></tr> -<tr class="odd"><td><code>%{<var>VARNAME</var>}n</code></td> +<tr><td><code>%{<var>VARNAME</var>}n</code></td> <td>The contents of note <var>VARNAME</var> from another module.</td></tr> -<tr><td><code>%{<var>VARNAME</var>}o</code></td> +<tr class="odd"><td><code>%{<var>VARNAME</var>}o</code></td> <td>The contents of <code><var>VARNAME</var>:</code> header line(s) in the reply.</td></tr> -<tr class="odd"><td><code>%p</code></td> +<tr><td><code>%p</code></td> <td>The canonical port of the server serving the request.</td></tr> -<tr><td><code>%{<var>format</var>}p</code></td> +<tr class="odd"><td><code>%{<var>format</var>}p</code></td> <td>The canonical port of the server serving the request, or the server's actual port, or the client's actual port. Valid formats are <code>canonical</code>, <code>local</code>, or <code>remote</code>. </td></tr> -<tr class="odd"><td><code>%P</code></td> +<tr><td><code>%P</code></td> <td>The process ID of the child that serviced the request.</td></tr> -<tr><td><code>%{<var>format</var>}P</code></td> +<tr class="odd"><td><code>%{<var>format</var>}P</code></td> <td>The process ID or thread ID of the child that serviced the request. Valid formats are <code>pid</code>, <code>tid</code>, - and <code>hextid</code>. <code>hextid</code> requires APR 1.2.0 or - higher. + and <code>hextid</code>. </td></tr> -<tr class="odd"><td><code>%q</code></td> +<tr><td><code>%q</code></td> <td>The query string (prepended with a <code>?</code> if a query string exists, otherwise an empty string).</td></tr> -<tr><td><code>%r</code></td> +<tr class="odd"><td><code>%r</code></td> <td>First line of request.</td></tr> -<tr class="odd"><td><code>%R</code></td> +<tr><td><code>%R</code></td> <td>The handler generating the response (if any).</td></tr> -<tr><td><code>%s</code></td> +<tr class="odd"><td><code>%s</code></td> <td>Status. For requests that have been internally redirected, this is the status of the <em>original</em> request. Use <code>%>s</code> for the final status.</td></tr> -<tr class="odd"><td><code>%t</code></td> +<tr><td><code>%t</code></td> <td>Time the request was received, in the format <code>[18/Sep/2011:19:18:28 -0400]</code>. The last number indicates the timezone offset from GMT</td></tr> -<tr><td><code>%{<var>format</var>}t</code></td> +<tr class="odd"><td><code>%{<var>format</var>}t</code></td> <td>The time, in the form given by format, which should be in an extended <code>strftime(3)</code> format (potentially localized). If the format starts with <code>begin:</code> (default) the time is taken @@ -199,9 +202,9 @@ formatting in the same format string. You can use multiple <code>%{<var>format</var>}t</code> tokens instead. </td></tr> -<tr class="odd"><td><code>%T</code></td> +<tr><td><code>%T</code></td> <td>The time taken to serve the request, in seconds.</td></tr> -<tr><td><code>%{<var>UNIT</var>}T</code></td> +<tr class="odd"><td><code>%{<var>UNIT</var>}T</code></td> <td>The time taken to serve the request, in a time unit given by <code>UNIT</code>. Valid units are <code>ms</code> for milliseconds, <code>us</code> for microseconds, and <code>s</code> for seconds. @@ -209,17 +212,17 @@ without any format; using <code>us</code> gives the same result as <code>%D</code>. Combining <code>%T</code> with a unit is available in 2.4.13 and later.</td></tr> -<tr class="odd"><td><code>%u</code></td> +<tr><td><code>%u</code></td> <td>Remote user if the request was authenticated. May be bogus if return status (<code>%s</code>) is 401 (unauthorized).</td></tr> -<tr><td><code>%U</code></td> +<tr class="odd"><td><code>%U</code></td> <td>The URL path requested, not including any query string.</td></tr> -<tr class="odd"><td><code>%v</code></td> +<tr><td><code>%v</code></td> <td>The canonical <code class="directive"><a href="../mod/core.html#servername">ServerName</a></code> of the server serving the request.</td></tr> -<tr><td><code>%V</code></td> +<tr class="odd"><td><code>%V</code></td> <td>The server name according to the <code class="directive"><a href="../mod/core.html#usecanonicalname">UseCanonicalName</a></code> setting.</td></tr> -<tr class="odd"><td><code>%X</code></td> +<tr><td><code>%X</code></td> <td>Connection status when response is completed: <table> @@ -235,21 +238,21 @@ </table> </td></tr> -<tr><td><code>%I</code></td> +<tr class="odd"><td><code>%I</code></td> <td>Bytes received, including request and headers. Cannot be zero. You need to enable <code class="module"><a href="../mod/mod_logio.html">mod_logio</a></code> to use this.</td></tr> -<tr class="odd"><td><code>%O</code></td> +<tr><td><code>%O</code></td> <td>Bytes sent, including headers. May be zero in rare cases such as when a request is aborted before a response is sent. You need to enable <code class="module"><a href="../mod/mod_logio.html">mod_logio</a></code> to use this.</td></tr> -<tr><td><code>%S</code></td> +<tr class="odd"><td><code>%S</code></td> <td>Bytes transferred (received and sent), including request and headers, cannot be zero. This is the combination of %I and %O. You need to enable <code class="module"><a href="../mod/mod_logio.html">mod_logio</a></code> to use this.</td></tr> -<tr class="odd"><td><code>%{<var>VARNAME</var>}^ti</code></td> +<tr><td><code>%{<var>VARNAME</var>}^ti</code></td> <td>The contents of <code><var>VARNAME</var>:</code> trailer line(s) in the request sent to the server. </td></tr> -<tr><td><code>%{<var>VARNAME</var>}^to</code></td> +<tr class="odd"><td><code>%{<var>VARNAME</var>}^to</code></td> <td>The contents of <code><var>VARNAME</var>:</code> trailer line(s) in the response sent from the server. </td></tr> </table> @@ -572,11 +575,11 @@ TransferLog logs/access_log</pre> </div> <div class="bottomlang"> <p><span>Available Languages: </span><a href="../en/mod/mod_log_config.html" title="English"> en </a> | -<a href="../fr/mod/mod_log_config.html" hreflang="fr" rel="alternate" title="Français"> fr </a> | +<a href="../fr/mod/mod_log_config.html" hreflang="fr" rel="alternate" title="Français"> fr </a> | <a href="../ja/mod/mod_log_config.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> | <a href="../ko/mod/mod_log_config.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | -<a href="../tr/mod/mod_log_config.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> -</div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div> +<a href="../tr/mod/mod_log_config.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> +</div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Libera.chat, or sent to our <a href="https://httpd.apache.org/lists.html">mailing lists</a>.</div> <script type="text/javascript"><!--//--><![CDATA[//><!-- var comments_shortname = 'httpd'; var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_log_config.html'; @@ -594,7 +597,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_log_config.h } })(window, document); //--><!]]></script></div><div id="footer"> -<p class="apache">Copyright 2019 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="apache">Copyright 2024 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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); |