]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
rebuild docs and metadata
authorRich Bowen <rbowen@apache.org>
Thu, 2 Apr 2026 15:10:41 +0000 (15:10 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 2 Apr 2026 15:10:41 +0000 (15:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932740 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_dav.html.en.utf8
docs/manual/mod/mod_dav.html.fr.utf8
docs/manual/mod/mod_dav.xml.fr
docs/manual/mod/mod_dav.xml.ja
docs/manual/mod/mod_dav.xml.ko
docs/manual/mod/mod_dav.xml.meta

index 949bf65004115835cf0562426748b2f8c72c4f25..54b1ac60505724d921173de32fd0185b1969f611 100644 (file)
     must be compiled into the server or loaded at runtime using the
     <code class="directive"><a href="../mod/mod_so.html#loadmodule">LoadModule</a></code> directive.</p>
 
-    <p>You may wish to add a <code class="directive"><a href="../mod/core.html#limit">&lt;Limit&gt;</a></code> clause inside the <code class="directive"><a href="../mod/core.html#location">&lt;Location&gt;</a></code> directive to limit access to
-    DAV-enabled locations. If you want to set the maximum amount of
+    <p>In the example below, <code class="directive"><a href="../mod/mod_authz_core.html#requireany">&lt;RequireAny&gt;</a></code> is used to ensure that
+    DAV-specific methods (i.e., methods other than <code>GET</code>,
+    <code>POST</code> and <code>OPTIONS</code>) are limited to the
+    authenticated user.</p>
+
+    <p>If you want to set the maximum amount of
     bytes that a DAV client can send at one request, you have to use
     the <code class="directive"><a href="../mod/core.html#limitxmlrequestbody">LimitXMLRequestBody</a></code>
     directive. The "normal" <code class="directive"><a href="../mod/core.html#limitrequestbody">LimitRequestBody</a></code> directive has no effect on DAV
index 3e3c83f34c5a7a7f28017406afae5010956220ce..3003d9e06869209ae652f643d50bcf7b93dd97c1 100644 (file)
@@ -31,6 +31,8 @@
 <a href="../ja/mod/mod_dav.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/mod_dav.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</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>Fonctionnalité de création et gestion de versions de
 documents via le web (<a href="http://www.webdav.org/">WebDAV</a>)</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
index d27e02c1fa8874168a31c7c3bf760ce72cde7fc9..db94db8921b9b80d29245fd6a2c088fb47842446 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1932374 -->
+<!-- English Revision: 1932374:1932739 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 435573e99970435790e850d108ea51f0ceaa98fa..80f35e324245b473637e7da6d9518828fa5968c2 100644 (file)
@@ -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:1932374 (outdated) -->
+<!-- English Revision: 1628084:1932739 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 6f665d3421c6408c6caeea6fcb39dbb03b0c32d3..d4dedfbb815e76a959e4b72cf2f2124f563e8504 100644 (file)
@@ -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:1932374 (outdated) -->
+<!-- English Revision: 151408:1932739 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 2d094cad4d96fe60e8f1f535186f122831e35072..61fcd96a32973b0fe8d709f22da988afa2036aff 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
   </variants>