]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove .* from the equation in the "<Directory ~ ..." example.
authorDaniel Gruno <humbedooh@apache.org>
Thu, 19 Jul 2012 20:16:28 +0000 (20:16 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 19 Jul 2012 20:16:28 +0000 (20:16 +0000)
Submitted by: Daniel (comment #143 on site)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1363518 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index ae57eae022965a45e40a30b5ed728a1823d3da5b..0f1c6d5eec17acbba66a30db2c4fbe4098799cd1 100644 (file)
@@ -714,7 +714,7 @@ named file-system directory, sub-directories, and their contents</description>
     <code>~</code> character. For example:</p>
 
     <example>
-      &lt;Directory ~ "^/www/.*/[0-9]{3}"&gt;
+      &lt;Directory ~ "^/www/[0-9]{3}"&gt;
     </example>
 
     <p>would match directories in <code>/www/</code> that consisted of