diff options
author | André Malo <nd@apache.org> | 2013-12-31 13:06:15 +0000 |
---|---|---|
committer | André Malo <nd@apache.org> | 2013-12-31 13:06:15 +0000 |
commit | d37ceae0fc022e2afc010c09fc7bd186ede16421 (patch) | |
tree | ac55f831a5dbbfefda3a2eab7bf2cd4626e2f3e7 | |
parent | 1971015892b0e260c54819ee276e8bfaa11eb64a (diff) | |
download | httpd-d37ceae0fc022e2afc010c09fc7bd186ede16421.tar.gz |
validate. properties.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1554501 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/mod/mod_authnz_ldap.xml | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_dir.xml | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index aa7d7ad505..44bf395561 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -902,8 +902,8 @@ to perform a DN lookup</description> <syntax>AuthLDAPBindPassword <em>password</em></syntax> <contextlist><context>directory</context><context>.htaccess</context> </contextlist> -<compatibility><em>exec:</em> was added in 2.4.6.</compatibility> <override>AuthConfig</override> +<compatibility><em>exec:</em> was added in 2.4.6.</compatibility> <usage> <p>A bind password to use in conjunction with the bind DN. Note diff --git a/docs/manual/mod/mod_dir.xml b/docs/manual/mod/mod_dir.xml index 646b67988f..dea3bd07da 100644 --- a/docs/manual/mod/mod_dir.xml +++ b/docs/manual/mod/mod_dir.xml @@ -149,14 +149,14 @@ a directory</description> >DirectoryIndexRedirect</directive> causes an external redirect to instead be issued.</p> - The argument can be : + <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> |