]> granicus.if.org Git - apache/commitdiff
Saying "don't do that" without offering an alternative isn't very
authorRich Bowen <rbowen@apache.org>
Tue, 20 Jan 2009 03:38:40 +0000 (03:38 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 20 Jan 2009 03:38:40 +0000 (03:38 +0000)
friendly.

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

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

index efc2d3ab18673c05ed3bf6e937bf51c427d3cead..865054d3db7e7e286e585e138c5b46461a39cd6d 100644 (file)
@@ -1509,10 +1509,12 @@ the server configuration files</td></tr>
     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
-    and any subdirectory.  But including entire directories is not
+    and any subdirectory.  However, including entire directories is not
     recommended, because it is easy to accidentally leave temporary
     files in a directory that can cause <code class="program"><a href="../programs/httpd.html">httpd</a></code> to
-    fail.</p>
+    fail. Instead, we encourage you to use the wildcard syntax shown
+    below, to include files that match a particular pattern, such as
+    *.conf, for example.</p>
 
     <p>The file path specified may be an absolute path, or may be relative 
     to the <code class="directive"><a href="#serverroot">ServerRoot</a></code> directory.</p>
index 7ea1ced2212026264d69577dc06ee58fb7e46fa2..4a2da43f97db178f1393c0a02ce228689eca3108 100644 (file)
@@ -1489,10 +1489,12 @@ the server configuration files</description>
     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
-    and any subdirectory.  But including entire directories is not
+    and any subdirectory.  However, including entire directories is not
     recommended, because it is easy to accidentally leave temporary
     files in a directory that can cause <program>httpd</program> to
-    fail.</p>
+    fail. Instead, we encourage you to use the wildcard syntax shown
+    below, to include files that match a particular pattern, such as
+    *.conf, for example.</p>
 
     <p>The file path specified may be an absolute path, or may be relative 
     to the <directive module="core">ServerRoot</directive> directory.</p>