You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2020/08/15 13:49:34 UTC

svn commit: r1880874 - in /httpd/httpd/trunk/docs/manual/mod: mod_proxy_wstunnel.html.fr.utf8 mod_ssl.html.fr.utf8 mod_ssl.xml.es

Author: lgentis
Date: Sat Aug 15 13:49:34 2020
New Revision: 1880874

URL: http://svn.apache.org/viewvc?rev=1880874&view=rev
Log:
fr doc rebuild.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_wstunnel.html.fr.utf8
    httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.fr.utf8
    httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml.es

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_wstunnel.html.fr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_wstunnel.html.fr.utf8?rev=1880874&r1=1880873&r2=1880874&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_wstunnel.html.fr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_wstunnel.html.fr.utf8 [utf-8] Sat Aug 15 13:49:34 2020
@@ -52,6 +52,13 @@ Connection: Upgrade</pre>
     <pre class="prettyprint lang-config">ProxyPass "/ws2/"  "ws://echo.websocket.org/"
 ProxyPass "/wss2/" "wss://echo.websocket.org/"</pre>
 
+    
+<p>Il est possible de mandater les websockets et HTTP en même temps en
+définissant la directive <code class="directive"><a href="../mod/mod_proxy.html#proxypass">ProxyPass</a></code> concernant les websockets avant celle
+concernant HTTP :</p>
+    <pre class="prettyprint lang-config">ProxyPass "/"  "ws://backend.example.com:9080/"
+ProxyPass "/"  "http://backend.example.com:9080/"</pre>
+
 
 <p>La répartition de charge entre plusieurs serveurs d'arrière-plan peut être
 configurée via le module <code class="module"><a href="../mod/mod_proxy_balancer.html">mod_proxy_balancer</a></code>.</p>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.fr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.fr.utf8?rev=1880874&r1=1880873&r2=1880874&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.fr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.fr.utf8 [utf-8] Sat Aug 15 13:49:34 2020
@@ -2358,6 +2358,12 @@ Pseudo-Aléatoires (PRNG)</td></tr>
 <tr><th><a href="directive-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
 </table>
+<div class="note"><h3>La directive SSLRandomSeed est obsolète</h3>
+
+<p>La directive SSLRandomSeed est obsolète et sera ignorée si httpd a été
+compilé en utilisant une version d'OpenSSL égale ou supérieure à 1.1.1.</p>
+</div>
+
 <p>
 Cette directive permet de définir une ou plusieurs sources de
 déclenchement du Générateur de Nombres Pseudo-Aléatoires (PRNG) dans

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml.es
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml.es?rev=1880874&r1=1880873&r2=1880874&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml.es [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml.es [utf-8] Sat Aug 15 13:49:34 2020
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?>
-<!-- English Revision: 1817381:1874243 (outdated) -->
+<!-- English Revision: 1817381:1880564 (outdated) -->
 <!-- Spanish Translation: Daniel Ferradal <df...@apache.org> -->
 <!-- Updated and reviewed: Luis Gil de bernabe <lg...@apache.org> -->