From: Rich Bowen Date: Thu, 2 Apr 2026 15:10:41 +0000 (+0000) Subject: rebuild docs and metadata X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7b8373e15df05d433e62f014afaca5850b97368;p=thirdparty%2Fapache%2Fhttpd.git rebuild docs and metadata git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932740 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_dav.html.en.utf8 b/docs/manual/mod/mod_dav.html.en.utf8 index 949bf65004..54b1ac6050 100644 --- a/docs/manual/mod/mod_dav.html.en.utf8 +++ b/docs/manual/mod/mod_dav.html.en.utf8 @@ -76,8 +76,12 @@ must be compiled into the server or loaded at runtime using the LoadModule directive.

-

You may wish to add a <Limit> clause inside the <Location> directive to limit access to - DAV-enabled locations. If you want to set the maximum amount of +

In the example below, <RequireAny> is used to ensure that + DAV-specific methods (i.e., methods other than GET, + POST and OPTIONS) are limited to the + authenticated user.

+ +

If you want to set the maximum amount of bytes that a DAV client can send at one request, you have to use the LimitXMLRequestBody directive. The "normal" LimitRequestBody directive has no effect on DAV diff --git a/docs/manual/mod/mod_dav.html.fr.utf8 b/docs/manual/mod/mod_dav.html.fr.utf8 index 3e3c83f34c..3003d9e068 100644 --- a/docs/manual/mod/mod_dav.html.fr.utf8 +++ b/docs/manual/mod/mod_dav.html.fr.utf8 @@ -31,6 +31,8 @@  ja  |  ko 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
diff --git a/docs/manual/mod/mod_dav.xml.fr b/docs/manual/mod/mod_dav.xml.fr index d27e02c1fa..db94db8921 100644 --- a/docs/manual/mod/mod_dav.xml.fr +++ b/docs/manual/mod/mod_dav.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_dav.xml.ja b/docs/manual/mod/mod_dav.xml.ja index 435573e999..80f35e3242 100644 --- a/docs/manual/mod/mod_dav.xml.ja +++ b/docs/manual/mod/mod_dav.xml.ja @@ -1,7 +1,7 @@ - + +
Description:Fonctionnalité de création et gestion de versions de documents via le web (WebDAV)
Statut:Extension