<code>ErrorDocument 401</code> directive, then it must refer to a local
document.</strong></p>
- <p>Microsoft Internet Explorer (MSIE) will by default ignore
- server-generated error messages when they are "too small" and substitute
- its own "friendly" error messages. The size threshold varies depending on
- the type of error, but in general, if you make your error document
- greater than 512 bytes, then MSIE will show the server-generated
- error rather than masking it. More information is available in
- Microsoft Knowledge Base article <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;Q294807">Q294807</a>.</p>
-
<p>Although most error messages can be overridden, there are certain
circumstances where the internal messages are used regardless of the
setting of <code class="directive">ErrorDocument</code>. In
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 344972:1932752 (outdated) -->
+<!-- English Revision: 344972:1932797 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?>
-<!-- English Revision: 1741251:1932752 (outdated) -->
+<!-- English Revision: 1741251:1932797 (outdated) -->
<!-- Translated by Luis Gil de Bernabé Pfeiffer lgilbernabe[AT]apache.org -->
<!-- Reviewed by Sergio Ramos-->
<!--
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1932317:1932752 (outdated) -->
+<!-- English Revision: 1932317:1932797 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 669847:1932752 (outdated) -->
+<!-- English Revision: 669847:1932797 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1302855:1932752 (outdated) -->
+<!-- English Revision: 1302855:1932797 (outdated) -->
<!-- =====================================================
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
only has an effect if <a href="#indexoptions.fancyindexing"><code>FancyIndexing</code></a> is also enabled.</strong>
</dd>
+ <dt><a name="indexoptions.none" id="indexoptions.none">None</a></dt>
+
+ <dd>The <code>None</code> keyword disables all indexing options
+ for the directory. No fancy indexing features will be enabled.
+ <div class="note"><code>None</code> cannot be prefixed with <code>+</code>
+ or <code>-</code>, and it cannot be combined with any other
+ <code class="directive">IndexOptions</code> keyword. If <code>None</code>
+ is specified, it must be the only option given.</div>
+ </dd>
+
</dl>
<a href="../ko/mod/mod_autoindex.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> |
<a href="../tr/mod/mod_autoindex.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p>
</div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.</div>
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Génère automatiquement des index de répertoires d'une
manière similaire à la commande Unix <code>ls</code>, ou à la commande
shell Win32 <code>dir</code></td></tr>
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1894455 -->
+<!-- English Revision: 1894455:1932800 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 689261:1894455 (outdated) -->
+<!-- English Revision: 689261:1932800 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 103423:1894455 (outdated) -->
+<!-- English Revision: 103423:1932800 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
<variants>
<variant>en</variant>
- <variant>fr</variant>
+ <variant outdated="yes">fr</variant>
<variant outdated="yes">ja</variant>
<variant outdated="yes">ko</variant>
<variant outdated="yes">tr</variant>
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1303788:1894455 (outdated) -->
+<!-- English Revision: 1303788:1932800 (outdated) -->
<!-- =====================================================
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
<h3><a name="format-notes" id="format-notes">Format Notes</a></h3>
<p>For security reasons, starting with version 2.0.46,
- non-printable and other special characters in <code>%r</code>,
- <code>%i</code> and <code>%o</code> are escaped using
+ non-printable and other special characters in format strings
+ that may contain arbitrary string data are escaped using
<code>\x<var>hh</var></code> sequences, where <var>hh</var>
stands for the hexadecimal representation of the raw
byte. Exceptions from this rule are <code>"</code> and
prior to 2.0.46, no escaping was performed on these strings so
you had to be quite careful when dealing with raw log files.</p>
- <p>Since httpd 2.0, unlike 1.3, the <code>%b</code> and
+ <table>
+
+ <tr><th>Format</th><th>Description</th><th>Escaped</th></tr>
+ <tr><td><code>%c</code></td><td>SSL variable (shortcut)</td><td>Yes</td></tr>
+ <tr><td><code>%C</code></td><td>Cookie value</td><td>Yes</td></tr>
+ <tr><td><code>%e</code></td><td>Environment variable</td><td>Yes</td></tr>
+ <tr><td><code>%f</code></td><td>Request filename</td><td>Yes</td></tr>
+ <tr><td><code>%h</code></td><td>Remote hostname</td><td>Yes</td></tr>
+ <tr><td><code>%H</code></td><td>Request protocol</td><td>Yes</td></tr>
+ <tr><td><code>%i</code></td><td>Request header</td><td>Yes</td></tr>
+ <tr><td><code>%l</code></td><td>Remote logname</td><td>Yes</td></tr>
+ <tr><td><code>%m</code></td><td>Request method</td><td>Yes</td></tr>
+ <tr><td><code>%n</code></td><td>Note</td><td>Yes</td></tr>
+ <tr><td><code>%o</code></td><td>Response header</td><td>Yes</td></tr>
+ <tr><td><code>%q</code></td><td>Query string</td><td>Yes</td></tr>
+ <tr><td><code>%r</code></td><td>Request line</td><td>Yes</td></tr>
+ <tr><td><code>%R</code></td><td>Handler</td><td>Yes</td></tr>
+ <tr><td><code>%u</code></td><td>Remote user</td><td>Yes</td></tr>
+ <tr><td><code>%U</code></td><td>Request URI</td><td>Yes</td></tr>
+ <tr><td><code>%v</code></td><td>Server hostname</td><td>Yes</td></tr>
+ <tr><td><code>%V</code></td><td>Canonical server name</td><td>Yes</td></tr>
+ <tr><td><code>%x</code></td><td>SSL variable</td><td>Yes</td></tr>
+ <tr><td><code>%^ti</code></td><td>Request trailer</td><td>Yes</td></tr>
+ <tr><td><code>%^to</code></td><td>Response trailer</td><td>Yes</td></tr>
+ <tr><td><code>%a</code></td><td>Remote IP address</td><td>No (IP address)</td></tr>
+ <tr><td><code>%A</code></td><td>Local IP address</td><td>No (IP address)</td></tr>
+ <tr><td><code>%b</code>, <code>%B</code></td><td>Bytes sent</td><td>No (numeric)</td></tr>
+ <tr><td><code>%D</code></td><td>Request duration (microseconds)</td><td>No (numeric)</td></tr>
+ <tr><td><code>%F</code></td><td>Request flushed</td><td>No (single character)</td></tr>
+ <tr><td><code>%k</code></td><td>Requests on connection</td><td>No (numeric)</td></tr>
+ <tr><td><code>%L</code></td><td>Log ID</td><td>No (internally generated)</td></tr>
+ <tr><td><code>%p</code></td><td>Server port</td><td>No (numeric)</td></tr>
+ <tr><td><code>%P</code></td><td>PID/TID</td><td>No (numeric)</td></tr>
+ <tr><td><code>%s</code></td><td>Status code</td><td>No (numeric)</td></tr>
+ <tr><td><code>%t</code></td><td>Request time</td><td>No (formatted time)</td></tr>
+ <tr><td><code>%T</code></td><td>Request duration (seconds)</td><td>No (numeric)</td></tr>
+ <tr><td><code>%X</code></td><td>Connection status</td><td>No (single character)</td></tr>
+ </table>
+
+ <p>The <code>%b</code> and
<code>%B</code> format strings do not represent the number of
bytes sent to the client, but simply the size in bytes of the
HTTP response (which will differ, for instance, if the
<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="outofdate">Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.</div>
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Journalisation des requêtes envoyées au
serveur</td></tr>
<tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Base</td></tr>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1900557 -->
+<!-- English Revision: 1900557:1932803 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 579425:1900557 (outdated) -->
+<!-- English Revision: 579425:1932803 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1900557 (outdated) -->
+<!-- English Revision: 105989:1932803 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
<variants>
<variant>en</variant>
- <variant>fr</variant>
+ <variant outdated="yes">fr</variant>
<variant outdated="yes">ja</variant>
<variant outdated="yes">ko</variant>
<variant outdated="yes">tr</variant>
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1310330:1900557 (outdated) -->
+<!-- English Revision: 1310330:1932803 (outdated) -->
<!-- =====================================================
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
<td>Bytes received, including request and headers, cannot be
zero.</td></tr>
<tr class="odd"><td><code>%O</code></td>
- <td>Bytes sent, including headers, cannot be zero.</td></tr>
+ <td>Bytes sent, including headers. May be zero in rare cases
+ such as when a request is aborted before a response is sent.</td></tr>
<tr><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.<br />
<a href="../ko/mod/mod_logio.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> |
<a href="../tr/mod/mod_logio.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p>
</div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.</div>
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Journalisation des octets en entrée et en sortie pour
chaque requête</td></tr>
<tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1828727 -->
+<!-- English Revision: 1828727:1932796 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!--
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 420990:1828727 (outdated) -->
+<!-- English Revision: 420990:1932796 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
<?xml version="1.0" encoding='EUC-KR' ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 420990:1828727 (outdated) -->
+<!-- English Revision: 420990:1932796 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
<variants>
<variant>en</variant>
- <variant>fr</variant>
+ <variant outdated="yes">fr</variant>
<variant outdated="yes">ja</variant>
<variant outdated="yes">ko</variant>
<variant outdated="yes">tr</variant>
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 630289:1828727 (outdated) -->
+<!-- English Revision: 630289:1932796 (outdated) -->
<!-- =====================================================
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
files</a> at the expense of some additional complexity. This technique
is called per-directory rewrites.</p>
-<p>The main difference with per-server rewrites is that the path
+<p>The main difference from per-server rewrites is that the path
prefix of the directory containing the <code>.htaccess</code> file is
stripped before matching in
the <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code>. In addition, the <code class="directive"><a href="../mod/mod_rewrite.html#rewritebase">RewriteBase</a></code> should be used to assure the request is properly mapped.</p>
<p><span>Langues Disponibles: </span><a href="../en/rewrite/intro.html" hreflang="en" rel="alternate" title="English"> en </a> |
<a href="../fr/rewrite/intro.html" title="Français"> fr </a></p>
</div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.</div>
<p>Ce document est un complément à la <a href="../mod/mod_rewrite.html">documentation de référence</a> du module
<code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>. Il décrit les concepts de base dont la
<?xml version="1.0" ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1906637 -->
+<!-- English Revision: 1906637:1932793 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
<variants>
<variant>en</variant>
- <variant>fr</variant>
+ <variant outdated="yes">fr</variant>
</variants>
</metafile>