You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/07/19 22:16:28 UTC

svn commit: r1363518 - /httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml

Author: humbedooh
Date: Thu Jul 19 20:16:28 2012
New Revision: 1363518

URL: http://svn.apache.org/viewvc?rev=1363518&view=rev
Log:
Remove .* from the equation in the "<Directory ~ ..." example. 
Submitted by: Daniel (comment #143 on site)

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml?rev=1363518&r1=1363517&r2=1363518&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml Thu Jul 19 20:16:28 2012
@@ -714,7 +714,7 @@ named file-system directory, sub-directo
     <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