summaryrefslogtreecommitdiff
path: root/docs/manual/sections.html.en
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2010-12-01 14:56:17 +0000
committerRich Bowen <rbowen@apache.org>2010-12-01 14:56:17 +0000
commit6c70256c67c09a8ce8269ad2e6e40e21c6a28437 (patch)
tree379eedbf199a9e558def17e75c9f5d9490a08a34 /docs/manual/sections.html.en
parentdfe435c63ab960f138f87d79ac82e3b6636c29a3 (diff)
downloadhttpd-6c70256c67c09a8ce8269ad2e6e40e21c6a28437.tar.gz
Rebuild igalic's changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041032 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/sections.html.en')
-rw-r--r--docs/manual/sections.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en
index 9375b91948..0c7cabe5f3 100644
--- a/docs/manual/sections.html.en
+++ b/docs/manual/sections.html.en
@@ -194,7 +194,7 @@ In particular, it will apply to requests for
as any other requests starting with the <code>/private</code> string.</p>
<div class="example"><p><code>
-&lt;Location /private&gt;<br />
+&lt;LocationMatch ^/private&gt;<br />
Order Allow,Deny<br />
Deny from all<br />
&lt;/Location&gt;