summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_dir.html.en
diff options
context:
space:
mode:
authorTakashi Sato <takashi@apache.org>2014-04-22 14:02:29 +0200
committerTakashi Sato <takashi@apache.org>2014-04-22 14:02:29 +0200
commitdf6572d5186b950d6273795ceb8f3c7104b2cf03 (patch)
treec06ad391b1dde884d46ea5525742446847fb53dc /docs/manual/mod/mod_dir.html.en
parentfixes for validate-xml, fix properties (diff)
downloadapache2-df6572d5186b950d6273795ceb8f3c7104b2cf03.tar.xz
apache2-df6572d5186b950d6273795ceb8f3c7104b2cf03.zip
rebuild docs (add mod_ssl_ct & ctlogconfig)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1589098 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_dir.html.en')
-rw-r--r--docs/manual/mod/mod_dir.html.en16
1 files changed, 9 insertions, 7 deletions
diff --git a/docs/manual/mod/mod_dir.html.en b/docs/manual/mod/mod_dir.html.en
index b5ebafab60..b6ca092e9c 100644
--- a/docs/manual/mod/mod_dir.html.en
+++ b/docs/manual/mod/mod_dir.html.en
@@ -187,14 +187,14 @@ a directory</td></tr>
and returned transparently to the client. <code class="directive">DirectoryIndexRedirect</code> causes an external redirect
to instead be issued.</p>
- <p> The argument can be : </p>
+ <p>The argument can be:</p>
<ul>
- <li><code>on</code> : issues a 302 redirection to the index resource.</li>
- <li><code>off</code> : does not issue a redirection. This is the legacy behaviour of mod_dir.</li>
- <li><code>permanent</code> : issues a 301 (permanent) redirection to the index resource.</li>
- <li><code>temp</code> : this has the same effect as <code>on</code></li>
- <li><code>seeother</code> : issues a 303 redirection (also known as "See Other") to the index resource.</li>
- <li><var>3xx-code</var> : issues a redirection marked by the chosen 3xx code.</li>
+ <li><code>on</code>: issues a 302 redirection to the index resource.</li>
+ <li><code>off</code>: does not issue a redirection. This is the legacy behaviour of mod_dir.</li>
+ <li><code>permanent</code>: issues a 301 (permanent) redirection to the index resource.</li>
+ <li><code>temp</code>: this has the same effect as <code>on</code></li>
+ <li><code>seeother</code>: issues a 303 redirection (also known as "See Other") to the index resource.</li>
+ <li><var>3xx-code</var>: issues a redirection marked by the chosen 3xx code.</li>
</ul>
@@ -270,6 +270,8 @@ a directory</td></tr>
<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>Indexes</td></tr>
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_dir</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>The <code>disabled</code> argument is available in version 2.4.4 and
+later</td></tr>
</table>
<p>Use this to set a handler for any URL that doesn't map to anything
in your filesystem, and would otherwise return HTTP 404 (Not Found).