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/09/14 19:28:15 UTC

svn commit: r1384856 - /httpd/httpd/trunk/docs/manual/sections.xml

Author: humbedooh
Date: Fri Sep 14 17:28:15 2012
New Revision: 1384856

URL: http://svn.apache.org/viewvc?rev=1384856&view=rev
Log:
s/Location/LocationMatch/

Modified:
    httpd/httpd/trunk/docs/manual/sections.xml

Modified: httpd/httpd/trunk/docs/manual/sections.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/sections.xml?rev=1384856&r1=1384855&r2=1384856&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/sections.xml (original)
+++ httpd/httpd/trunk/docs/manual/sections.xml Fri Sep 14 17:28:15 2012
@@ -215,7 +215,7 @@ as any other requests starting with the 
 <highlight language="config">
 &lt;LocationMatch ^/private&gt;
     Require all denied
-&lt;/Location&gt;
+&lt;/LocationMatch&gt;
 </highlight>
 
 <p>The <directive type="section" module="core">Location</directive>