From: Joshua Slive Date: Wed, 31 Jul 2002 20:58:53 +0000 (+0000) Subject: Note that X-Git-Tag: 2.0.40~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3a9e9948c4a0162c728bccf4c0c06efbe9b2efe;p=apache Note that Include directory/ reads the files in alpha order. Submitted by: Andr� Malo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96267 13f79535-47bb-0310-9956-ffa450edef68 --- 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