1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Access.conf? Nope.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98230 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joshua Slive
2003-01-09 20:03:15 +00:00
parent b59b8c1be1
commit 60375d05d0
2 changed files with 2 additions and 2 deletions

View File

@@ -189,7 +189,7 @@ Negotiation</a></li>
<p><code>MultiViews</code> is a per-directory option, meaning it
can be set with an <code class="directive"><a href="./mod/core.html#options">Options</a></code>
directive within a <code class="directive"><a href="./mod/core.html#directory">&lt;Directory&gt;</a></code>, <code class="directive"><a href="./mod/core.html#location">&lt;Location&gt;</a></code> or <code class="directive"><a href="./mod/core.html#files">&lt;Files&gt;</a></code> section in
<code>access.conf</code>, or (if <code class="directive"><a href="./mod/core.html#allowoverride">AllowOverride</a></code> is properly set) in
<code>httpd.conf</code>, or (if <code class="directive"><a href="./mod/core.html#allowoverride">AllowOverride</a></code> is properly set) in
<code>.htaccess</code> files. Note that <code>Options All</code>
does not set <code>MultiViews</code>; you have to ask for it by
name.</p>

View File

@@ -171,7 +171,7 @@
type="section">Directory</directive>, <directive module="core"
type="section">Location</directive> or <directive module="core"
type="section">Files</directive> section in
<code>access.conf</code>, or (if <directive
<code>httpd.conf</code>, or (if <directive
module="core">AllowOverride</directive> is properly set) in
<code>.htaccess</code> files. Note that <code>Options All</code>
does not set <code>MultiViews</code>; you have to ask for it by