diff options
author | Rich Bowen <rbowen@apache.org> | 2010-12-01 14:56:17 +0000 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2010-12-01 14:56:17 +0000 |
commit | 6c70256c67c09a8ce8269ad2e6e40e21c6a28437 (patch) | |
tree | 379eedbf199a9e558def17e75c9f5d9490a08a34 /docs/manual/sections.html.en | |
parent | dfe435c63ab960f138f87d79ac82e3b6636c29a3 (diff) | |
download | httpd-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.en | 2 |
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> -<Location /private><br /> +<LocationMatch ^/private><br /> Order Allow,Deny<br /> Deny from all<br /> </Location> |