From: Eric Covener Date: Wed, 3 Jul 2024 22:30:14 +0000 (+0000) Subject: Merge r1918892 from trunk: X-Git-Tag: 2.4.62-rc1-candidate~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48ad03f85842d18d16d62b6843dea6bc03f862f6;p=thirdparty%2Fapache%2Fhttpd.git Merge r1918892 from trunk: mention quirks, add example, clarify git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1918893 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 2deb201e5e2..fc7731b14db 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -5175,7 +5175,7 @@ hostname or IP address UNCList Controls what UNC host names can be accessed by the server -UNCListhostname ... +UNCList hostname [hostname...] unset server config @@ -5187,15 +5187,22 @@ hostname or IP address 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.

+
-UNCList + +