From a3a9e9948c4a0162c728bccf4c0c06efbe9b2efe Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Wed, 31 Jul 2002 20:58:53 +0000 Subject: [PATCH] Note that Include directory/ reads the files in alpha order. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Submitted by: Andr� Malo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96267 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 5 +++-- docs/manual/mod/core.xml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 55f10be502..d1e6a61167 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -877,8 +877,9 @@ the server configuration filesInclude points to a directory, rather than a - file, Apache will read all files in that directory, and any - subdirectory, and parse those as configuration files.

+ file, Apache will read all files in that directory and any + subdirectory in alphabetical order, and parse those as configuration + files.

The file path specified may be a fully qualified path (i.e. starting with a slash), or may be relative to the diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 4188928bbc..4fffa1f80e 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1079,8 +1079,9 @@ the server configuration files from within the server configuration files.

If Include points to a directory, rather than a - file, Apache will read all files in that directory, and any - subdirectory, and parse those as configuration files.

+ file, Apache will read all files in that directory and any + subdirectory in alphabetical order, and parse those as configuration + files.

The file path specified may be a fully qualified path (i.e. starting with a slash), or may be relative to the -- 2.50.1