Mailing List Archive

svn commit: r1915714 - in /httpd/httpd/trunk/docs/manual/mod: mod_dav.html.fr.utf8 mod_dav.xml.ja mod_dav.xml.ko mod_ssl.html.fr.utf8 mod_ssl.xml.es
Author: lgentis
Date: Sat Feb 10 14:32:03 2024
New Revision: 1915714

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

Modified:
httpd/httpd/trunk/docs/manual/mod/mod_dav.html.fr.utf8
httpd/httpd/trunk/docs/manual/mod/mod_dav.xml.ja
httpd/httpd/trunk/docs/manual/mod/mod_dav.xml.ko
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_dav.html.fr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dav.html.fr.utf8?rev=1915714&r1=1915713&r2=1915714&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_dav.html.fr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_dav.html.fr.utf8 [utf-8] Sat Feb 10 14:32:03 2024
@@ -60,9 +60,8 @@ documents via le web (<a href="http://ww
</ul>
<h3>Traitement des bugs</h3><ul class="seealso"><li><a href="https://www.apache.org/dist/httpd/CHANGES_2.4">Journal des modifications de httpd</a></li><li><a href="https://bz.apache.org/bugzilla/buglist.cgi?bug_status=__open__&amp;list_id=144532&amp;product=Apache%20httpd-2&amp;query_format=specific&amp;order=changeddate%20DESC%2Cpriority%2Cbug_severity&amp;component=mod_dav">Problèmes connus</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&amp;component=mod_dav">Signaler un bug</a></li></ul><h3>Voir aussi</h3>
<ul class="seealso">
-<li><code class="directive"><a href="../mod/mod_dav_fs.html#davlockdb">DavLockDB</a></code></li>
+<li><code class="module"><a href="../mod/mod_dav_fs.html">mod_dav_fs</a></code></li>
<li><code class="directive"><a href="../mod/core.html#limitxmlrequestbody">LimitXMLRequestBody</a></code></li>
-<li><a href="http://www.webdav.org">Ressources WebDAV</a></li>
<li><a href="#comments_section">Commentaires</a></li></ul></div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
@@ -79,19 +78,6 @@ documents via le web (<a href="http://ww
compilé dans le serveur ou chargé au démarrage à l'aide de la
directive <code class="directive"><a href="../mod/mod_so.html#loadmodule">LoadModule</a></code>.</p>

- <p>En outre, vous devez indiquer où se trouve la base de données des
- verrous DAV via une directive <code class="directive"><a href="../mod/mod_dav_fs.html#davlockdb">DavLockDB</a></code> dans la section globale de
- votre fichier <code>httpd.conf</code> :</p>
-
- <pre class="prettyprint lang-config">DavLockDB "/usr/local/apache2/var/DavLock"</pre>
-
-
- <p>Le répertoire contenant le fichier de la base de données des
- verrous doit avoir des droits en écriture pour l'utilisateur et le
- groupe sous lesquels Apache s'exécute et définis respectivement par
- les directives <code class="directive"><a href="../mod/mod_unixd.html#user">User</a></code> et
- <code class="directive"><a href="../mod/mod_unixd.html#group">Group</a></code>.</p>
-
<p>Si vous souhaitez limiter l'accès aux répertoires où DAV est
activé, vous pouvez ajouter une clause <code class="directive"><a href="../mod/core.html#limit">&lt;Limit&gt;</a></code> dans la section <code class="directive"><a href="../mod/core.html#location">&lt;Location&gt;</a></code> considérée. Pour
définir la quantité maximale de données en octets qu'un client
@@ -100,9 +86,7 @@ documents via le web (<a href="http://ww
directive <code class="directive"><a href="../mod/core.html#limitrequestbody">LimitRequestBody</a></code>
"habituelle" n'a aucune incidence sur les requêtes DAV.</p>

- <div class="example"><h3>Exemple complet</h3><pre class="prettyprint lang-config">DavLockDB "/usr/local/apache2/var/DavLock"
-
-&lt;Directory "/usr/local/apache2/htdocs/foo"&gt;
+ <div class="example"><h3>Exemple complet</h3><pre class="prettyprint lang-config">&lt;Directory "/usr/local/apache2/htdocs/foo"&gt;
Require all granted
Dav On


Modified: httpd/httpd/trunk/docs/manual/mod/mod_dav.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dav.xml.ja?rev=1915714&r1=1915713&r2=1915714&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_dav.xml.ja [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_dav.xml.ja [utf-8] Sat Feb 10 14:32:03 2024
@@ -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.ja.xsl"?>
-<!-- English Revision: 1628084:1915564 (outdated) -->
+<!-- English Revision: 1628084:1915685 (outdated) -->

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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_dav.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dav.xml.ko?rev=1915714&r1=1915713&r2=1915714&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_dav.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_dav.xml.ko [euc-kr] Sat Feb 10 14:32:03 2024
@@ -1,7 +1,7 @@
<?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: 151408:1915564 (outdated) -->
+<!-- English Revision: 151408:1915685 (outdated) -->

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

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=1915714&r1=1915713&r2=1915714&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 Feb 10 14:32:03 2024
@@ -2226,10 +2226,10 @@ clients codés en PEM que le mandataire
<tr><th><a href="directive-dict.html#Context">Contexte:</a></th><td>configuration globale, serveur virtuel, </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>
-<tr><th><a href="directive-dict.html#Compatibility">Compatibilité:</a></th><td>Le contexte d'une section proxy est supporté à partir de la
+<tr><th><a href="directive-dict.html#Compatibility">Compatibilité:</a></th><td>Le contexte d'une section proxy est pris en charge à partir de la
version 2.4.30 du serveur HTTP Apache<br />
-L'inclusion de certificats non-feuilles (CA) est supportée à partir de la
-version 2.5.1.</td></tr>
+L'inclusion de certificats non-feuilles (CA) est prise en charge à partir de la
+version 2.4.59.</td></tr>
</table>
<p>
Cette directive permet de définir le fichier tout-en-un où sont stockés

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=1915714&r1=1915713&r2=1915714&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 Feb 10 14:32:03 2024
@@ -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:1914365 (outdated) -->
+<!-- English Revision: 1817381:1915680 (outdated) -->
<!-- Spanish Translation: Daniel Ferradal <dferradal@apache.org> -->
<!-- Updated and reviewed: Luis Gil de bernabe <lgilbernabe@apache.org> -->