diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-25 04:41:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-25 04:41:26 +0000 |
commit | 7b31d4f4901cdb89a79f2f7de4a6b8bb637b523b (patch) | |
tree | fdeb0b5ff80273f95ce61607fc3613dff0b9a235 /docs/manual/mod/mod_log_config.html | |
parent | Adding upstream version 2.4.38. (diff) | |
download | apache2-upstream.tar.xz apache2-upstream.zip |
Adding upstream version 2.4.59.upstream/2.4.59upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/mod_log_config.html | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_log_config.html.en | 87 | ||||
-rw-r--r-- | docs/manual/mod/mod_log_config.html.fr.utf8 | 70 | ||||
-rw-r--r-- | docs/manual/mod/mod_log_config.html.ja.utf8 | 4 | ||||
-rw-r--r-- | docs/manual/mod/mod_log_config.html.ko.euc-kr | 4 | ||||
-rw-r--r-- | docs/manual/mod/mod_log_config.html.tr.utf8 | 73 |
6 files changed, 125 insertions, 115 deletions
diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html index 076022f..98ae674 100644 --- a/docs/manual/mod/mod_log_config.html +++ b/docs/manual/mod/mod_log_config.html @@ -2,7 +2,7 @@ URI: mod_log_config.html.en Content-Language: en -Content-type: text/html; charset=ISO-8859-1 +Content-type: text/html; charset=UTF-8 URI: mod_log_config.html.fr.utf8 Content-Language: fr 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="Franais"> 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="Trke"> 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">ModuleIdentifier:</a></th><td>log_config_module</td></tr> -<tr><th><a href="module-dict.html#SourceFile">SourceFile:</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="Franais"> 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="Trke"> 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(); diff --git a/docs/manual/mod/mod_log_config.html.fr.utf8 b/docs/manual/mod/mod_log_config.html.fr.utf8 index 46e0e67..3f3d52f 100644 --- a/docs/manual/mod/mod_log_config.html.fr.utf8 +++ b/docs/manual/mod/mod_log_config.html.fr.utf8 @@ -130,9 +130,14 @@ d'Apache</a></li> avez probablement défini des directives de contrôle d'accès qui mentionnent ces derniers par leurs noms. Voir la <a href="mod_authz_host.html#reqhost">documentation de Require host</a>.</td></tr> -<tr class="odd"><td><code>%H</code></td> +<tr class="odd"><td><code>%{c}h</code></td> + <td>Semblable à <code>%h</code>, mais exploite toujours le nom d'hôte de + la connection TCP sous-jacente, en ignorant toute modification réalisée + sur le nom d'hôte distant par des modules tels que + <code class="module"><a href="../mod/mod_remoteip.html">mod_remoteip</a></code>.</td></tr> +<tr><td><code>%H</code></td> <td>Le protocole de la requête</td></tr> -<tr><td><code>%{<var>NOMVAR</var>}i</code></td> +<tr class="odd"><td><code>%{<var>NOMVAR</var>}i</code></td> <td>Le contenu des lignes d'en-tête <code><var>NOMVAR</var>:</code> dans la requête envoyée au serveur. Ces en-têtes sont ajoutés par d'autres modules (par @@ -144,61 +149,60 @@ d'Apache</a></li> le champ <code>%{<var>VARNAME</var>}e</code> décrit plus haut. </td></tr> -<tr class="odd"><td><code>%k</code></td> +<tr><td><code>%k</code></td> <td>Nombre de requêtes persistantes en cours pour cette connexion. Interessant si la directive <code class="directive"><a href="../mod/core.html#keepalive">KeepAlive</a></code> est utilisée ; par exemple, '1' signifie la première requête après la requête initiale, '2' la seconde, etc... ; autrement, il s'agit toujours de 0 (indiquant la requête initiale).</td></tr> -<tr><td><code>%l</code></td> +<tr class="odd"><td><code>%l</code></td> <td>Le nom de connexion distant (en provenance d'identd, si disponible). Affiche un tiret, sauf si <code class="module"><a href="../mod/mod_ident.html">mod_ident</a></code> est présent et si <code class="directive"><a href="../mod/mod_ident.html#identitycheck">IdentityCheck</a></code> est à <code>On</code>.</td></tr> -<tr class="odd"><td><code>%L</code></td> +<tr><td><code>%L</code></td> <td>L'identifiant du message de journalisation de la requête dans le journal des erreurs (ou '-' si aucun message n'a été enregistré dans le journal des erreurs pour cette requête)</td></tr> -<tr><td><code>%m</code></td> +<tr class="odd"><td><code>%m</code></td> <td>La méthode de la requête</td></tr> -<tr class="odd"><td><code>%{<var>NOMVAR</var>}n</code></td> +<tr><td><code>%{<var>NOMVAR</var>}n</code></td> <td>Le contenu de la note <var>NOMVAR</var> en provenance d'un autre module.</td></tr> -<tr><td><code>%{<var>NOMVAR</var>}o</code></td> +<tr class="odd"><td><code>%{<var>NOMVAR</var>}o</code></td> <td>Le contenu de la ligne d'en-tête <code><var>NOMVAR</var>:</code> de la réponse.</td></tr> -<tr class="odd"><td><code>%p</code></td> +<tr><td><code>%p</code></td> <td>Le port canonique du serveur servant la requête</td></tr> -<tr><td><code>%{<var>format</var>}p</code></td> +<tr class="odd"><td><code>%{<var>format</var>}p</code></td> <td>Le port canonique du serveur servant la requête ou le véritable port du serveur ou le véritable port du client. les formats valides sont <code>canonical</code>, <code>local</code>, ou <code>remote</code>. </td></tr> -<tr class="odd"><td><code>%P</code></td> +<tr><td><code>%P</code></td> <td>Le numéro de processus du processus enfant qui a servi la requête.</td></tr> -<tr><td><code>%{<var>format</var>}P</code></td> +<tr class="odd"><td><code>%{<var>format</var>}P</code></td> <td>Le numéro de processus ou le numéro de thread du processus enfant qui a servi la requête. Les formats valides sont <code>pid</code>, <code>tid</code>, et <code>hextid</code>. - <code>hextid</code> nécessite APR version 1.2.0 ou supérieure. </td></tr> -<tr class="odd"><td><code>%q</code></td> +<tr><td><code>%q</code></td> <td>La chaîne d'arguments (préfixée par un <code>?</code> si une chaîne d'arguments existe, sinon une chaîne vide)</td></tr> -<tr><td><code>%r</code></td> +<tr class="odd"><td><code>%r</code></td> <td>La première ligne de la requête</td></tr> -<tr class="odd"><td><code>%R</code></td> +<tr><td><code>%R</code></td> <td>Le gestionnaire qui génère la réponse (s'il y en a un).</td></tr> -<tr><td><code>%s</code></td> +<tr class="odd"><td><code>%s</code></td> <td>Statut. Pour les requêtes redirigées en interne, il s'agit du statut de la requête *originale* --- <code>%>s</code> pour la dernière.</td></tr> -<tr class="odd"><td><code>%t</code></td> +<tr><td><code>%t</code></td> <td>Date à laquelle la requête a été reçue (au format anglais standard)</td></tr> -<tr><td><code>%{<var>format</var>}t</code></td> +<tr class="odd"><td><code>%{<var>format</var>}t</code></td> <td>La date, sous la forme spécifiée par format, qui devrait être au format étendu <code>strftime(3)</code> (éventuellement localisé). Si le format commence par <code>begin:</code> (valeur @@ -219,9 +223,9 @@ d'Apache</a></li> formatage <code>strftime(3)</code> dans la même chaîne de format. Par contre, vous pouvez utiliser plusieurs symboles <code>%{<var>format</var>}t</code>.</td></tr> -<tr class="odd"><td><code>%T</code></td> +<tr><td><code>%T</code></td> <td>Le temps mis pour servir la requête, en secondes.</td></tr> -<tr><td><code>%{<var>UNIT</var>}T</code></td> +<tr class="odd"><td><code>%{<var>UNIT</var>}T</code></td> <td>Le temps mis pour traiter la requête dans une unité définie par <code>UNIT</code>. Les valeurs d'unité valides sont <code>ms</code> pour millisecondes, <code>us</code> pour @@ -231,19 +235,19 @@ d'Apache</a></li> à utiliser le format <code>%D</code>. La possibilité de spécifier une valeur d'unité avec le format <code>%T</code> est disponible depuis la version 2.4.13 du serveur HTTP Apache.</td></tr> -<tr class="odd"><td><code>%u</code></td> +<tr><td><code>%u</code></td> <td>L'utilisateur distant (en provenance d'auth ; peut être faux si le statut de retour (<code>%s</code>) est 401).</td></tr> -<tr><td><code>%U</code></td> +<tr class="odd"><td><code>%U</code></td> <td>Le chemin de la requête, à l'exclusion de toute chaîne d'arguments.</td></tr> -<tr class="odd"><td><code>%v</code></td> +<tr><td><code>%v</code></td> <td>Le nom canonique du serveur qui a servi la requête, défini par la directive <code class="directive"><a href="../mod/core.html#servername">ServerName</a></code>.</td></tr> -<tr><td><code>%V</code></td> +<tr class="odd"><td><code>%V</code></td> <td>La nom du serveur en tenant compte de la définition de la directive <code class="directive"><a href="../mod/core.html#usecanonicalname">UseCanonicalName</a></code>.</td></tr> -<tr class="odd"><td><code>%X</code></td> +<tr><td><code>%X</code></td> <td>Statut de la connexion lorsque la réponse a été renvoyée : @@ -260,25 +264,25 @@ d'Apache</a></li> </table> </td></tr> -<tr><td><code>%I</code></td> +<tr class="odd"><td><code>%I</code></td> <td>Le nombre d'octets reçus, en comptant la requête et les en-têtes, ne peut être nul. Nécessite l'activation de <code class="module"><a href="../mod/mod_logio.html">mod_logio</a></code>.</td></tr> -<tr class="odd"><td><code>%O</code></td> +<tr><td><code>%O</code></td> <td>Nombre d'octets envoyés, y compris les en-têtes. Peut être nul dans les rares cas où une requête est avortée avant que la réponse ne soit envoyée. Nécessite l'activation de <code class="module"><a href="../mod/mod_logio.html">mod_logio</a></code>.</td></tr> -<tr><td><code>%S</code></td> +<tr class="odd"><td><code>%S</code></td> <td>Nombre d'octets transmis (en émission et réception), y compris corps et en-têtes de requête. Ce nombre ne peut pas être nul, et il correspond à la combinaison des formats %I et %O. <code class="module"><a href="../mod/mod_logio.html">mod_logio</a></code> doit être chargé pour pouvoir utiliser ce format.</td></tr> -<tr class="odd"><td><code>%{<var>VARNAME</var>}^ti</code></td> +<tr><td><code>%{<var>VARNAME</var>}^ti</code></td> <td>Le contenu de <code><var>VARNAME</var>:</code> dans les paramètres de la requête envoyée au serveur.</td></tr> -<tr><td><code>%{<var>VARNAME</var>}^to</code></td> +<tr class="odd"><td><code>%{<var>VARNAME</var>}^to</code></td> <td>Le contenu de <code><var>VARNAME</var>:</code> dans les paramètres de la réponse envoyée par le serveur.</td></tr> </table> @@ -614,7 +618,7 @@ TransferLog logs/access_log</pre> <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">Commentaires</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> +</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">Commentaires</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'; @@ -632,7 +636,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 />Autorisé sous <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 />Autorisé sous <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">Glossaire</a> | <a href="../sitemap.html">Plan du site</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); diff --git a/docs/manual/mod/mod_log_config.html.ja.utf8 b/docs/manual/mod/mod_log_config.html.ja.utf8 index f2dce60..74ea720 100644 --- a/docs/manual/mod/mod_log_config.html.ja.utf8 +++ b/docs/manual/mod/mod_log_config.html.ja.utf8 @@ -483,7 +483,7 @@ expr=<var>expression</var>]</code></td></tr> <a href="../ja/mod/mod_log_config.html" 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">コメント</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> +</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">コメント</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'; @@ -501,7 +501,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 />この文書は <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 />この文書は <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> のライセンスで提供されています。.</p> <p class="menu"><a href="../mod/">モジュール</a> | <a href="../mod/directives.html">ディレクティブ</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); diff --git a/docs/manual/mod/mod_log_config.html.ko.euc-kr b/docs/manual/mod/mod_log_config.html.ko.euc-kr index 44cc019..c9aeff6 100644 --- a/docs/manual/mod/mod_log_config.html.ko.euc-kr +++ b/docs/manual/mod/mod_log_config.html.ko.euc-kr @@ -414,7 +414,7 @@ expr=<var>expression</var>]</code></td></tr> <a href="../ja/mod/mod_log_config.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> | <a href="../ko/mod/mod_log_config.html" 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> +</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'; @@ -432,7 +432,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/"></a> | <a href="../mod/directives.html">þ</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html"></a> | <a href="../sitemap.html">Ʈ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); diff --git a/docs/manual/mod/mod_log_config.html.tr.utf8 b/docs/manual/mod/mod_log_config.html.tr.utf8 index 9b3bc9c..efec1c6 100644 --- a/docs/manual/mod/mod_log_config.html.tr.utf8 +++ b/docs/manual/mod/mod_log_config.html.tr.utf8 @@ -65,10 +65,10 @@ <li><img alt="" src="../images/down.gif" /> <a href="#logformat">LogFormat</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#transferlog">TransferLog</a></li> </ul> -<h3>Bugfix checklist</h3><ul class="seealso"><li><a href="https://www.apache.org/dist/httpd/CHANGES_2.4">httpd changelog</a></li><li><a href="https://bz.apache.org/bugzilla/buglist.cgi?bug_status=__open__&list_id=144532&product=Apache%20httpd-2&query_format=specific&order=changeddate%20DESC%2Cpriority%2Cbug_severity&component=mod_log_config">Known issues</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&component=mod_log_config">Report a bug</a></li></ul><h3>Ayrıca bakınız:</h3> +<h3>Bulunan hatalar</h3><ul class="seealso"><li><a href="https://www.apache.org/dist/httpd/CHANGES_2.4">httpd günlüğü</a></li><li><a href="https://bz.apache.org/bugzilla/buglist.cgi?bug_status=__open__&list_id=144532&product=Apache%20httpd-2&query_format=specific&order=changeddate%20DESC%2Cpriority%2Cbug_severity&component=mod_log_config">Bilinenler</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&component=mod_log_config">Hata bildir</a></li></ul><h3>Ayrıca bakınız:</h3> <ul class="seealso"> <li><a href="../logs.html">Apache Günlük Dosyaları</a></li> -<li><a href="#comments_section">Yorum</a></li></ul></div> +<li><a href="#comments_section">Yorumlar</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="formats" id="formats">Günlük Girdilerinin Kişiselleştirilmesi</a></h2> @@ -116,9 +116,13 @@ <code>Off</code> değeri atanmışsa, IP adresi günlüğe kaydedilir. Bir kaç konak için konak ismi de günlüğe kaydoluyorsa muhtemelen onların isimlerini içeren erişim denetim yönergelerine sahipsinizdir. Bak: <a href="mod_authz_host.html#reqhost">Require host</a>.</td></tr> -<tr class="odd"><td><code>%H</code></td> +<tr class="odd"><td><code>%{c}h</code></td> + <td><code>%h</code> gibi, ancak her zaman, temel TCP bağlantısının + konak adı kaydedilir, ancak <code class="module"><a href="../mod/mod_remoteip.html">mod_remoteip</a></code> gibi modüller + tarafından uzak konak adında yapılan değişiklikler kaydedilmez.</td></tr> +<tr><td><code>%H</code></td> <td>İstek Protokolü.</td></tr> -<tr><td><code>%{<var>DEĞİŞKEN</var>}i</code></td> +<tr class="odd"><td><code>%{<var>DEĞİŞKEN</var>}i</code></td> <td>İstekle birlikte sunucuya gönderilen <code><var>DEĞİŞKEN</var>:</code> başlık satır(lar)ının içeriği. Diğer modüllerde (örn. <code class="module"><a href="../mod/mod_headers.html">mod_headers</a></code>) @@ -128,56 +132,55 @@ <code class="module"><a href="../mod/mod_setenvif.html">mod_setenvif</a></code> modülünü kullanın ve yukarıda açıklandığı gibi bu değeri <code>%{<var>DEĞİŞKEN</var>}e</code> ile günlüğe kaydedin.</td></tr> -<tr class="odd"><td><code>%k</code></td> +<tr><td><code>%k</code></td> <td>Bu bağlantıda işlenen isteklerin sayısı; yani örneğin, '1' değeri bağlantı kurulduktan sonraki ilk kalıcı bağlantıyı, '2', ikinci bağlantıyı, ..., vb. gösterir; <code class="directive"><a href="../mod/core.html#keepalive">KeepAlive</a></code> kullanılmışsa değer anlamlıdır; aksi takdirde değer daima 0’dır.</td></tr> -<tr><td><code>%l</code></td> +<tr class="odd"><td><code>%l</code></td> <td>Uzak kullanıcı kimliği (sağlanmışsa, identd üzerinden). <code class="module"><a href="../mod/mod_ident.html">mod_ident</a></code> modülü mevcut ve <code class="directive"><a href="../mod/mod_ident.html#identitycheck">IdentityCheck</a></code> yönergesine değer olarak <code>On</code> atanmış olmadıkça bu belirteç için günlüğe tire imi yazılır.</td></tr> -<tr class="odd"><td><code>%L</code></td> +<tr><td><code>%L</code></td> <td>Hata günlüğündeki istek günlük kimliği (veya bu istek için hata günlüğüne hiçbir şey kaydedilmemise '-'). Bu hataya neyin sebep olduğunu öğrenmek için ilgili hata günlüğü satırına bakın.</td></tr> -<tr><td><code>%m</code></td> +<tr class="odd"><td><code>%m</code></td> <td>İstek yöntemi.</td></tr> -<tr class="odd"><td><code>%{<var>DEĞİŞKEN</var>}n</code></td> +<tr><td><code>%{<var>DEĞİŞKEN</var>}n</code></td> <td>Diğer modüldeki <var>DEĞİŞKEN</var> bilgisinin içeriği.</td></tr> -<tr><td><code>%{<var>DEĞİŞKEN</var>}o</code></td> +<tr class="odd"><td><code>%{<var>DEĞİŞKEN</var>}o</code></td> <td>Yanıttaki <code><var>DEĞİŞKEN</var>:</code> başlık satır(lar)ının içeriği.</td></tr> -<tr class="odd"><td><code>%p</code></td> +<tr><td><code>%p</code></td> <td>Sunucunun isteği sunduğu meşru port.</td></tr> -<tr><td><code>%{<var>biçem</var>}p</code></td> +<tr class="odd"><td><code>%{<var>biçem</var>}p</code></td> <td>Sunucunun veya istemcinin gerçek portu veya sunucunun isteği sunduğu meşru port. Geçerli biçemler: <code>canonical</code>, <code>local</code> ve <code>remote</code> (anlamları sırasıyla: meşru, yerel ve uzak).</td></tr> -<tr class="odd"><td><code>%P</code></td> +<tr><td><code>%P</code></td> <td>İsteği sunan çocuk sürecin süreç kimliği.</td></tr> -<tr><td><code>%{<var>biçem</var>}P</code></td> +<tr class="odd"><td><code>%{<var>biçem</var>}P</code></td> <td>İsteği sunan çocuk sürecin süreç kimliği (<code>pid</code>) veya evre kimliği (<code>tid</code>). Geçerli biçemler: <code>pid</code>, - <code>tid</code>, <code>hextid</code>. <code>hextid</code> için APR - 1.2.0 veya üstü gerekir.</td></tr> -<tr class="odd"><td><code>%q</code></td> + <code>tid</code>, <code>hextid</code>.</td></tr> +<tr><td><code>%q</code></td> <td>Sorgu dizgesi (bir sorgu dizgesi mevcutsa önüne bir <code>?</code> eklenir yoksa hiçbir şey eklenmez).</td></tr> -<tr><td><code>%r</code></td> +<tr class="odd"><td><code>%r</code></td> <td>İsteğin ilk satırı.</td></tr> -<tr class="odd"><td><code>%s</code></td> +<tr><td><code>%s</code></td> <td>Durum. Dahili olarak yönlendirilmiş istekler için isteğin <em>özgün</em> durumudur. İsteğin son durumu için <code>%>s</code> kullanınız.</td></tr> -<tr><td><code>%t</code></td> +<tr class="odd"><td><code>%t</code></td> <td><code>[18/Sep/2011:19:18:28 -0400]</code> biçeminde isteğin alındığı tarih ve saat. Sondaki sayı zaman diliminin GMT'ye uzaklığıdır.</td></tr> -<tr class="odd"><td><code>%{<var>biçem</var>}t</code></td> +<tr><td><code>%{<var>biçem</var>}t</code></td> <td>İsteğin alındığı tarih ve saat; <var>biçem</var> uzatılmış <code>strftime(3)</code> biçeminde belirtilmelidir (genelde yerelleştirme amaçlı). <code>begin:</code> (öntanımlı) ile başlayan @@ -200,9 +203,9 @@ <code>strftime(3)</code> biçemlemesiyle birlikte yer alamazlar fakat çok sayıda <code>%{<var>biçem</var>}t</code> kullanılabilir. </td></tr> -<tr><td><code>%T</code></td> +<tr class="odd"><td><code>%T</code></td> <td>Saniye cinsinden, isteği sunmak için harcanan zaman.</td></tr> -<tr class="odd"><td><code>%{<var>BİRİM</var>}T</code></td> +<tr><td><code>%{<var>BİRİM</var>}T</code></td> <td><var>BİRİM</var> ile belirtilen zaman birimi cinsinden, isteği sunmak için harcanan zaman. Geçerli birimler: milisaniye için <code>ms</code>, mikrosaniye için <code>us</code>, saniye için @@ -210,17 +213,17 @@ aynı sonucu verir; <code>us</code> kullanımı <code>%D</code> ile aynı sonucu verir. Birimli <code>%T</code> kullanımı 2.4.13 ve sonrasında geçerlidir.</td></tr> -<tr><td><code>%u</code></td> +<tr class="odd"><td><code>%u</code></td> <td>Uzak kullanıcı (kimlik doğrulaması istenmişse vardır; durum kodu (<code>%s</code>) 401 ise yanlış olabilir).</td></tr> -<tr class="odd"><td><code>%U</code></td> +<tr><td><code>%U</code></td> <td>Herhangi bir sorgu dizgesi içermeksizin istenen URL yolu.</td></tr> -<tr><td><code>%v</code></td> +<tr class="odd"><td><code>%v</code></td> <td>İsteği sunan sunucunun meşru sunucu ismi (<code class="directive"><a href="../mod/core.html#servername">ServerName</a></code>).</td></tr> -<tr class="odd"><td><code>%V</code></td> +<tr><td><code>%V</code></td> <td><code class="directive"><a href="../mod/core.html#usecanonicalname">UseCanonicalName</a></code> ayarı ile ilgili sunucu ismi.</td></tr> -<tr><td><code>%X</code></td> +<tr class="odd"><td><code>%X</code></td> <td>Yanıt tamamlandığında bağlantı durumu: <table> @@ -232,22 +235,22 @@ <tr><td><code>-</code> = </td> <td>Yanıt gönderildikten sonra bağlantı kapatılacak.</td></tr> </table></td></tr> -<tr class="odd"><td><code>%I</code></td> +<tr><td><code>%I</code></td> <td>İstek ve başlıklar dahil alınan bayt sayısı. Sıfır olamaz. Bunu kullanmak için <code class="module"><a href="../mod/mod_logio.html">mod_logio</a></code> etkin olmalıdır.</td></tr> -<tr><td><code>%O</code></td> +<tr class="odd"><td><code>%O</code></td> <td>Başlıklar dahil gönderilen bayt sayısı. Bir yanıtın gönderilmesinden önce istekten vazgeçilmesi gibi nadir durumlarda sıfır olabilir. Bunu kullanmak için <code class="module"><a href="../mod/mod_logio.html">mod_logio</a></code> etkin olmalıdır.</td></tr> -<tr class="odd"><td><code>%S</code></td> +<tr><td><code>%S</code></td> <td>Aktarılan bayt sayısı (alınan ve gönderilen), istekler ve başlıklar dahil; sıfır olamaz. %I ve %O'nun birleşimidir. Bunu kullanmak için <code class="module"><a href="../mod/mod_logio.html">mod_logio</a></code> etkinleştirilmelidir.</td></tr> -<tr><td><code>%{<var>ALANADI</var>}^ti</code></td> +<tr class="odd"><td><code>%{<var>ALANADI</var>}^ti</code></td> <td>Sunucuya gönderilen istekteki <code><var>ALANADI</var>:</code> Trailer satır(lar)ının içeriği.</td></tr> -<tr class="odd"><td><code>%{<var>VARNAME</var>}^to</code></td> +<tr><td><code>%{<var>VARNAME</var>}^to</code></td> <td>Sunucudan gönderilen yanıttaki <code><var>ALANADI</var>:</code> Trailer satır(lar)ının içeriği.</td></tr> </table> @@ -556,7 +559,7 @@ TransferLog "logs/access_log"</pre> <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" 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">Yorum</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> +</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">Yorumlar</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'; @@ -574,7 +577,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 /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> altında lisanslıdır.</p> +<p class="apache">Copyright 2024 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> altında lisanslıdır.</p> <p class="menu"><a href="../mod/">Modüller</a> | <a href="../mod/directives.html">Yönergeler</a> | <a href="http://wiki.apache.org/httpd/FAQ">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritası</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); |