From 3204e211a1e248154ff95b90b6a7e29cfa92069c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 5 Aug 2024 12:00:10 +0200 Subject: Adding upstream version 2.4.62. Signed-off-by: Daniel Baumann --- docs/manual/mod/core.html.en | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'docs/manual/mod/core.html.en') diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index ba049f3..f5efca3 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
-- cgit v1.2.3
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