]> granicus.if.org Git - apache/commitdiff
Note that wildcards in Include directives are not allowed in the
authorDaniel Earl Poirier <poirier@apache.org>
Sat, 6 Feb 2010 13:37:48 +0000 (13:37 +0000)
committerDaniel Earl Poirier <poirier@apache.org>
Sat, 6 Feb 2010 13:37:48 +0000 (13:37 +0000)
directory part of the path, only the filename.

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

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

index d1931d2e118f2851211ea42e07c0d615bff85eb4..429720579ffbaf3b8c1a83530d53a5e724cc1575 100644 (file)
@@ -1572,7 +1572,8 @@ the server configuration files</td></tr>
     <p>This directive allows inclusion of other configuration files
     from within the server configuration files.</p>
 
-    <p>Shell-style (<code>fnmatch()</code>) wildcard characters can be used to
+    <p>Shell-style (<code>fnmatch()</code>) wildcard characters can be used
+    in the filename part of the path (not the directory part) to
     include several files at once, in alphabetical order. In
     addition, if <code class="directive">Include</code> points to a directory,
     rather than a file, Apache will read all files in that directory
index 19f40a190a58739f09ae934de1c924926ac6ac3f..1f76840bff0176e1e6124876e2f44227b726170a 100644 (file)
@@ -1547,7 +1547,8 @@ the server configuration files</description>
     <p>This directive allows inclusion of other configuration files
     from within the server configuration files.</p>
 
-    <p>Shell-style (<code>fnmatch()</code>) wildcard characters can be used to
+    <p>Shell-style (<code>fnmatch()</code>) wildcard characters can be used
+    in the filename part of the path (not the directory part) to
     include several files at once, in alphabetical order. In
     addition, if <directive>Include</directive> points to a directory,
     rather than a file, Apache will read all files in that directory