From: Eric Covener Date: Wed, 3 Jul 2024 22:30:28 +0000 (+0000) Subject: xforms X-Git-Tag: 2.4.62-rc1-candidate~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64fc7375ee8199618c422eff07121f6c3cbfd66f;p=thirdparty%2Fapache%2Fhttpd.git xforms [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1918894 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index ba049f36e4e..f5efca3f013 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -5000,7 +5000,7 @@ certain events before failing a request - + @@ -5012,10 +5012,20 @@ certain events before failing a request has been specified by this directive. The intent is to limit access to paths derived from untrusted inputs.

-

Security

-

UNC paths accessed outside of request processing, such as during startup, -are not checked against the hosts configured with this directive.

-
+

+ UNCList example.com other.example.com +

+ +

Security

+

UNC paths accessed outside of request processing, such as during startup, + are not necessarily checked against the hosts configured with this directive.

+
+ +

Directive Ordering

+

This directive should be placed before UNC paths used in httpd.conf. + Multiple occurrences of the directive reset the list.

+
+
top
diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index fb52e96b5a3..7345dc100ab 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index 8dc6c83c43c..6307573b32e 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + +
Description:Controls what UNC host names can be accessed by the server
Syntax:UNCListhostname ...
Syntax:UNCList hostname [hostname...]
Default:unset
Context:server config
Status:Core