]> granicus.if.org Git - apache/commitdiff
validate. properties.
authorAndré Malo <nd@apache.org>
Tue, 31 Dec 2013 13:06:15 +0000 (13:06 +0000)
committerAndré Malo <nd@apache.org>
Tue, 31 Dec 2013 13:06:15 +0000 (13:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1554501 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authnz_ldap.xml
docs/manual/mod/mod_dir.xml

index aa7d7ad5051ae57ffd6063b61283d4ef8737ae46..44bf39556145f1dbebbe5558396fe7ffb0ba37f2 100644 (file)
@@ -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
index 646b67988fa4249e7db69c9071b8e690bcb5ba53..dea3bd07da2830f46e8c742561f80d75f6eda239 100644 (file)
@@ -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>