Moin,

while looking through the code, I found that

Include directory

reads files in alphabetical order (or asciibetical)
However, added a note on that to core.xml

nd
-- 
package Hacker::Perl::Another::Just;print
[EMAIL PROTECTED] split/::/ =>__PACKAGE__]}~;

#  Andr� Malo  #  http://www.perlig.de  #
Index: core.xml
===================================================================
RCS file: /home/cvspublic/httpd-2.0/docs/manual/mod/core.xml,v
retrieving revision 1.20
diff -u -r1.20 core.xml
--- core.xml    22 Jul 2002 17:31:00 -0000      1.20
+++ core.xml    31 Jul 2002 11:28:47 -0000
@@ -1079,8 +1079,9 @@
     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 
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to