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/29 14:36:28 UTC

svn commit: r1881298 - in /httpd/httpd/trunk/docs/manual: developer/new_api_2_6.html index.xml.fr mod/mod_ssl.xml.fr new_features_2_6.html rewrite/flags.xml.fr

Author: lgentis
Date: Sat Aug 29 14:36:27 2020
New Revision: 1881298

URL: http://svn.apache.org/viewvc?rev=1881298&view=rev
Log:
fr doc XML files updates.

Removed:
    httpd/httpd/trunk/docs/manual/developer/new_api_2_6.html
    httpd/httpd/trunk/docs/manual/new_features_2_6.html
Modified:
    httpd/httpd/trunk/docs/manual/index.xml.fr
    httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml.fr
    httpd/httpd/trunk/docs/manual/rewrite/flags.xml.fr

Modified: httpd/httpd/trunk/docs/manual/index.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/index.xml.fr?rev=1881298&r1=1881297&r2=1881298&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/index.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/index.xml.fr [utf-8] Sat Aug 29 14:36:27 2020
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1793932 -->
+<!-- English Revision: 1880986 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
@@ -29,7 +29,8 @@
 </title>
 
 <category id="release"><title>Notes de version</title>
-    <page href="new_features_2_4.html">Nouvelles fonctionnalités dApache 2.3/2.4</page>
+    <page href="new_features_2_6.html">Nouvelles fonctionnalités d'Apache 2.5/2.6</page>
+    <page href="new_features_2_4.html">Nouvelles fonctionnalités d'Apache 2.3/2.4</page>
     <page href="new_features_2_2.html">Nouvelles fonctionnalités d'Apache 2.1/2.2</page>
     <page href="new_features_2_0.html.fr">Nouvelles fonctionnalités d'Apache 2.0</page>
     <page href="upgrading.html">Mise à jour de la version 2.2 vers la version 2.4</page>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml.fr?rev=1881298&r1=1881297&r2=1881298&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml.fr [utf-8] Sat Aug 29 14:36:27 2020
@@ -1,7 +1,7 @@
 <?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: 1880564:1880958 (outdated) -->
+<!-- English Revision: 1880958 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -2101,6 +2101,12 @@ correspondante.</p>
 <note type="warning">
 <p>Actuellement, les clés privées chiffrées ne sont pas supportées.</p>
 </note>
+<note type="warning">
+<p>Seules les clés au format PKCS1 RSA, DSA ou EC sont supportées. Les clés
+au format PKCS8, autrement dit celles commençant par &quot;<code>-----BEGIN
+PRIVATE KEY-----</code>&quot;, doivent être converties via une commande du style
+&quot;<code>openssl rsa -in private-pkcs8.pem -outform pem</code>&quot;.</p>
+</note>
 <example><title>Exemple</title>
 <highlight language="config">
 SSLProxyMachineCertificatePath "/usr/local/apache2/conf/proxy.crt/"
@@ -2135,6 +2141,12 @@ directive s'utilise à la place ou en co
 <note type="warning">
 <p>Actuellement, les clés privées chiffrées ne sont pas supportées.</p>
 </note>
+<note type="warning">
+<p>Seules les clés au format PKCS1 RSA, DSA ou EC sont supportées. Les clés
+au format PKCS8, autrement dit celles commençant par &quot;<code>-----BEGIN
+PRIVATE KEY-----</code>&quot;, doivent être converties via une commande du style
+&quot;<code>openssl rsa -in private-pkcs8.pem -outform pem</code>&quot;.</p>
+</note>
 <example><title>Exemple</title>
 <highlight language="config">
 SSLProxyMachineCertificateFile "/usr/local/apache2/conf/ssl.crt/proxy.pem"

Modified: httpd/httpd/trunk/docs/manual/rewrite/flags.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/flags.xml.fr?rev=1881298&r1=1881297&r2=1881298&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/flags.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/flags.xml.fr [utf-8] Sat Aug 29 14:36:27 2020
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1873799 -->
+<!-- English Revision: 1881263 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -212,10 +212,10 @@ code JavaScript pour les navigateurs qui
 fonctionnalité.</dd>
 
 <dt>samesite</dt>
-<dd>S'il est différent de 0, l'attribut <code>SameSite</code> est défini à la
-valeur spécifiée. Les valeurs typiques sont <code>None</code>, <code>Lax</code>
-et <code>Strict</code>. Disponible à partir de la version 2.5.1 du serveur HTTP
-Apache.</dd>
+<dd>S'il est différent de <code>false</code> ou <code>0</code>, l'attribut
+<code>SameSite</code> est défini à la valeur spécifiée. Les valeurs typiques
+sont <code>None</code>, <code>Lax</code> et <code>Strict</code>. Disponible à
+partir de la version 2.5.1 du serveur HTTP Apache.</dd>
 </dl>
 
 <p>Voici un exemple :</p>