From: Rich Bowen
Date: Mon, 4 May 2026 20:47:29 +0000 (+0000)
Subject: docs: Convert Note... to in Directory section...
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5aae06d9ffe9a18fd9b343ae13f96f9ab055c963;p=thirdparty%2Fapache%2Fhttpd.git
docs: Convert Note... to in Directory section (style guide cleanup)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933833 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index c1ef836cf1..555f009e81 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -946,11 +946,12 @@ named file-system directory, sub-directories, and their contents.
the corresponding Directory will
be applied.
- Note that the default access for
+
+ The default access for
<Directory "/"> 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
+ as
<Directory "/">
@@ -958,10 +959,11 @@ named file-system directory, sub-directories, and their contents.
</Directory>
- and then override this for directories you
+ Then override this for directories you
want accessible. See the Security Tips page for more
- details.
+ details.
+
The directory sections occur in the httpd.conf file.
Directory directives