]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mention quirks, add example, clarify
authorEric Covener <covener@apache.org>
Wed, 3 Jul 2024 22:29:46 +0000 (22:29 +0000)
committerEric Covener <covener@apache.org>
Wed, 3 Jul 2024 22:29:46 +0000 (22:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918892 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 4b15a909a93f4ab04ed4dabf4bef6fb49a0d4ce6..bd61ec0a2f04d93ef2945f90b6c729f939f62c17 100644 (file)
@@ -5322,7 +5322,7 @@ recognized methods to modules.</p>
 <name>UNCList</name>
 <description>Controls what UNC host names can be accessed by the server
 </description>
-<syntax>UNCList<var>hostname</var> ...</syntax>
+<syntax>UNCList <var>hostname</var> [<var>hostname</var>...]</syntax>
 <default>unset</default>
 <contextlist><context>server config</context>
 </contextlist>
@@ -5334,15 +5334,22 @@ recognized methods to modules.</p>
     has been specified by this directive. The intent is to limit access to
     paths derived from untrusted inputs.</p>
 
-<note type="warning"><title>Security</title>
-<p>UNC paths accessed outside of request processing, such as during startup,
-are not checked against the hosts configured with this directive.</p>
-</note>
-</usage>
-</directivesynopsis>
+    <example>
+    UNCList example.com other.example.com
+    </example>
+
+    <note type="warning"><title>Security</title>
+    <p>UNC paths accessed outside of request processing, such as during startup,
+    are not necessarily checked against the hosts configured with this directive.</p>
+    </note>
 
+    <note type="warning"><title>Directive Ordering</title>
+    <p>This directive should be placed before UNC paths used in httpd.conf. 
+    Multiple occurrences of the directive reset the list.</p>
+    </note>
 
-UNCList
+</usage>
+</directivesynopsis>
 
 
 <directivesynopsis>