]> granicus.if.org Git - apache/commitdiff
Note that
authorJoshua Slive <slive@apache.org>
Wed, 31 Jul 2002 20:58:53 +0000 (20:58 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 31 Jul 2002 20:58:53 +0000 (20:58 +0000)
Include directory/
reads the files in alpha order.

Submitted by:  Andr� Malo <nd@perlig.de>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96267 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml

index 55f10be5021f902e3d0a37ce2b6a3478529b031e..d1e6a611671537fd2a46c7dc8ff6153dc10d50c8 100644 (file)
@@ -877,8 +877,9 @@ the server configuration files</td></tr><tr><td nowrap="nowrap"><a href="directi
     from within the server configuration files.</p>
 
     <p>If <code class="directive">Include</code> 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.</p>
+    file, Apache will read all files in that directory and any
+    subdirectory in alphabetical order, and parse those as configuration
+    files.</p>
 
     <p>The file path specified may be a fully qualified path (i.e.
     starting with a slash), or may be relative to the 
index 4188928bbc0691b41c7ebd6de95bf4e5a6aa1ae7..4fffa1f80e098ddc4f6f34dd9d483133d68e06cd 100644 (file)
@@ -1079,8 +1079,9 @@ the server configuration files</description>
     from within the server configuration files.</p>
 
     <p>If <directive>Include</directive> 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.</p>
+    file, Apache will read all files in that directory and any
+    subdirectory in alphabetical order, and parse those as configuration
+    files.</p>
 
     <p>The file path specified may be a fully qualified path (i.e.
     starting with a slash), or may be relative to the