]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
docs: Convert <strong>Note...</strong> to <note type="warning"> in Directory section...
authorRich Bowen <rbowen@apache.org>
Mon, 4 May 2026 20:47:29 +0000 (20:47 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 4 May 2026 20:47:29 +0000 (20:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933833 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index c1ef836cf12fde2a5589d2d777f4d7407a2ea26e..555f009e810143b173788fa1158c39b8ef01c6d7 100644 (file)
@@ -946,11 +946,12 @@ named file-system directory, sub-directories, and their contents.</description>
     the corresponding <directive type="section">Directory</directive> will
     be applied.</p>
 
-   <p><strong>Note that the default access for
+    <note type="warning">
+    <p>The default access for
     <code>&lt;Directory "/"&gt;</code> is to permit all access.
     This means that Apache httpd will serve any file mapped from an URL. It is
     recommended that you change this with a block such
-    as</strong></p>
+    as</p>
 
     <highlight language="config">
 &lt;Directory "/"&gt;
@@ -958,10 +959,11 @@ named file-system directory, sub-directories, and their contents.</description>
 &lt;/Directory&gt;
     </highlight>
 
-    <p><strong>and then override this for directories you
+    <p>Then override this for directories you
     <em>want</em> accessible. See the <a
     href="../misc/security_tips.html">Security Tips</a> page for more
-    details.</strong></p>
+    details.</p>
+    </note>
 
     <p>The directory sections occur in the <code>httpd.conf</code> file.
     <directive type="section">Directory</directive> directives