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/23 09:16:07 UTC

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

Author: humbedooh
Date: Mon Jul 23 07:16:07 2012
New Revision: 1364530

URL: http://svn.apache.org/viewvc?rev=1364530&view=rev
Log:
Change the "abc$" example to something else, since it wouldn't work.

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=1364530&r1=1364529&r2=1364530&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 Mon Jul 23 07:16:07 2012
@@ -763,7 +763,7 @@ named file-system directory, sub-directo
     configuration file. For example, with</p>
 
     <example>
-      &lt;Directory ~ abc$&gt;<br />
+      &lt;Directory ~ &quot;public_html/.*&quot;&gt;<br />
       <indent>
         # ... directives here ...<br />
       </indent>