diff options
Diffstat (limited to 'docs/manual/sections.html.en')
-rw-r--r-- | docs/manual/sections.html.en | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en index aa3d759e..3c0000a1 100644 --- a/docs/manual/sections.html.en +++ b/docs/manual/sections.html.en @@ -135,7 +135,8 @@ directives, along with their <a class="glossarylink" href="./glossary.html#regex counterparts, apply directives to parts of the filesystem. Directives enclosed in a <code class="directive"><a href="./mod/core.html#directory"><Directory></a></code> section apply to the named filesystem directory and all subdirectories of that -directory. The same effect can be obtained using <a href="howto/htaccess.html">.htaccess files</a>. For example, in the +directory (as well as the files in those directories). +The same effect can be obtained using <a href="howto/htaccess.html">.htaccess files</a>. For example, in the following configuration, directory indexes will be enabled for the <code>/var/web/dir1</code> directory and all subdirectories.</p> @@ -193,10 +194,10 @@ 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> +</LocationMatch> </code></p></div> <p>The <code class="directive"><a href="./mod/core.html#location"><Location></a></code> @@ -476,6 +477,6 @@ Deny from badguy.example.com<br /> <a href="./ko/sections.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | <a href="./tr/sections.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div id="footer"> -<p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> +<p class="apache">Copyright 2011 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file |