Commit 04f9c630 authored by André Malo's avatar André Malo
Browse files

update transformation


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1734331 13f79535-47bb-0310-9956-ffa450edef68
parent 58e95ae6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -550,6 +550,7 @@ sslinsecurerenegotiation mod/mod_ssl.html#sslinsecurerenegotiation
sslocspdefaultresponder	mod/mod_ssl.html#sslocspdefaultresponder
sslocspenable	mod/mod_ssl.html#sslocspenable
sslocspoverrideresponder	mod/mod_ssl.html#sslocspoverrideresponder
sslocspproxyurl	mod/mod_ssl.html#sslocspproxyurl
sslocsprespondertimeout	mod/mod_ssl.html#sslocsprespondertimeout
sslocspresponsemaxage	mod/mod_ssl.html#sslocspresponsemaxage
sslocspresponsetimeskew	mod/mod_ssl.html#sslocspresponsetimeskew
+9 −5
Original line number Diff line number Diff line
@@ -4267,7 +4267,7 @@ handler</td></tr>

    <pre class="prettyprint lang-config">&lt;LocationMatch ^/app/(?&lt;sub&gt;[^/]+)/&gt;
     SetHandler "proxy:unix:/var/run/app_%{env:MATCH_sub}.sock|fcgi://localhost:8080"
&lt;/FilesMatch&gt;</pre>
&lt;/LocationMatch&gt;</pre>


    <p>You can override an earlier defined <code class="directive">SetHandler</code>
@@ -4360,10 +4360,14 @@ certain events before failing a request</td></tr>
    <p>The <code class="directive">TimeOut</code> directive defines the length
    of time Apache httpd will wait for I/O in various circumstances:</p>

    <ol>
      <li>When reading data from the client, the length of time to
    <ul>
      <li><p>When reading data from the client, the length of time to
      wait for a TCP packet to arrive if the read buffer is
      empty.</li>
      empty.</p>
      <p> For initial data on a new connection, this directive doesn't
      take effect until after any configured <code class="directive"><a href="#acceptfilter">
      AcceptFilter</a></code> has passed the new connection to the server.</p>
      </li>

      <li>When writing data to the client, the length of time to wait
      for an acknowledgement of a packet if the send buffer is
@@ -4378,7 +4382,7 @@ certain events before failing a request</td></tr>
      <li>In <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code>, the default timeout value if
      <code class="directive"><a href="../mod/mod_proxy.html#proxytimeout">ProxyTimeout</a></code> is not
      configured.</li>
    </ol>
    </ul>


</div>
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@
<a href="../ja/mod/core.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
<a href="../tr/mod/core.html" hreflang="tr" rel="alternate" title="Trke">&nbsp;tr&nbsp;</a></p>
</div>
<div class="outofdate">Cette traduction peut tre prime. Vrifiez la version
            anglaise pour les changements rcents.</div>
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Fonctionnalits de base du serveur HTTP Apache toujours
disponibles</td></tr>
<tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Core</td></tr></table>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
<!-- English Revision: 344972:1729922 (outdated) -->
<!-- English Revision: 344972:1733954 (outdated) -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
<!-- English Revision: 1040494:1729922 (outdated) -->
<!-- English Revision: 1040494:1733954 (outdated) -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
Loading