You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2003/01/19 04:35:02 UTC

cvs commit: httpd-2.0/docs/manual/mod core.html.en core.xml mod_auth_ldap.html.en mod_auth_ldap.xml mod_disk_cache.html.en mod_disk_cache.xml mod_proxy.html.en mod_proxy.xml mod_rewrite.html.en mod_rewrite.xml mod_ssl.html.en mod_ssl.xml quickreference.html.en

slive       2003/01/18 19:35:02

  Modified:    docs/manual/mod core.html.en core.xml mod_auth_ldap.html.en
                        mod_auth_ldap.xml mod_disk_cache.html.en
                        mod_disk_cache.xml mod_proxy.html.en mod_proxy.xml
                        mod_rewrite.html.en mod_rewrite.xml mod_ssl.html.en
                        mod_ssl.xml quickreference.html.en
  Log:
  Fix some typos in the <default> and <syntax> and remove the
  <default>none</default>
  
  Suggested by:  Mikhail Filimonov <mv...@uniyar.ac.ru>
  
  Revision  Changes    Path
  1.59      +0 -1      httpd-2.0/docs/manual/mod/core.html.en
  
  Index: core.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.html.en,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -d -b -u -r1.58 -r1.59
  --- core.html.en	18 Jan 2003 20:29:52 -0000	1.58
  +++ core.html.en	19 Jan 2003 03:35:01 -0000	1.59
  @@ -451,7 +451,6 @@
   <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Technique for locating the interpreter for CGI
   scripts</td></tr>
   <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CGIMapExtension <var>cgi-path</var> <var>.extension</var></code></td></tr>
  -<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>None</code></td></tr>
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
   <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
   <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Core</td></tr>
  
  
  
  1.54      +0 -1      httpd-2.0/docs/manual/mod/core.xml
  
  Index: core.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -d -b -u -r1.53 -r1.54
  --- core.xml	18 Jan 2003 20:24:32 -0000	1.53
  +++ core.xml	19 Jan 2003 03:35:01 -0000	1.54
  @@ -391,7 +391,6 @@
   <description>Technique for locating the interpreter for CGI
   scripts</description>
   <syntax>CGIMapExtension <var>cgi-path</var> <var>.extension</var></syntax>
  -<default>None</default>
   <contextlist><context>directory</context><context>.htaccess</context>
   </contextlist>
   <override>FileInfo</override>
  
  
  
  1.17      +2 -2      httpd-2.0/docs/manual/mod/mod_auth_ldap.html.en
  
  Index: mod_auth_ldap.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth_ldap.html.en,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -d -b -u -r1.16 -r1.17
  --- mod_auth_ldap.html.en	17 Dec 2002 22:11:42 -0000	1.16
  +++ mod_auth_ldap.html.en	19 Jan 2003 03:35:01 -0000	1.17
  @@ -690,7 +690,7 @@
   <table class="directive">
   <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Allow LDAP authentication to work with MS FrontPage</td></tr>
   <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AuthLDAPFrontPageHack on|off</code></td></tr>
  -<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>AuthLDAPFronPageHack off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>AuthLDAPFrontPageHack off</code></td></tr>
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
   <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
   <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
  @@ -747,7 +747,7 @@
   <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Use the DN of the client username to set the REMOTE_USER
   environment variable</td></tr>
   <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AuthLDAPRemoteUserIsDN on|off</code></td></tr>
  -<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>AuthLDAPUserIsDN off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>AuthLDAPRemoteUserIsDN off</code></td></tr>
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
   <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
   <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
  
  
  
  1.10      +2 -2      httpd-2.0/docs/manual/mod/mod_auth_ldap.xml
  
  Index: mod_auth_ldap.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth_ldap.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -d -b -u -r1.9 -r1.10
  --- mod_auth_ldap.xml	17 Dec 2002 22:11:42 -0000	1.9
  +++ mod_auth_ldap.xml	19 Jan 2003 03:35:01 -0000	1.10
  @@ -667,7 +667,7 @@
   <name>AuthLDAPFrontPageHack</name>
   <description>Allow LDAP authentication to work with MS FrontPage</description>
   <syntax>AuthLDAPFrontPageHack on|off</syntax>
  -<default>AuthLDAPFronPageHack off</default>
  +<default>AuthLDAPFrontPageHack off</default>
   <contextlist><context>directory</context><context>.htaccess</context>
   </contextlist>
   <override>AuthConfig</override>
  @@ -724,7 +724,7 @@
   <description>Use the DN of the client username to set the REMOTE_USER
   environment variable</description>
   <syntax>AuthLDAPRemoteUserIsDN on|off</syntax>
  -<default>AuthLDAPUserIsDN off</default>
  +<default>AuthLDAPRemoteUserIsDN off</default>
   <contextlist><context>directory</context><context>.htaccess</context>
   </contextlist>
   <override>AuthConfig</override>
  
  
  
  1.14      +0 -1      httpd-2.0/docs/manual/mod/mod_disk_cache.html.en
  
  Index: mod_disk_cache.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_disk_cache.html.en,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -d -b -u -r1.13 -r1.14
  --- mod_disk_cache.html.en	11 Dec 2002 21:11:15 -0000	1.13
  +++ mod_disk_cache.html.en	19 Jan 2003 03:35:01 -0000	1.14
  @@ -293,7 +293,6 @@
   <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>The directory root under which cache files are
   stored</td></tr>
   <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CacheRoot <var>directory</var></code></td></tr>
  -<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>none</code></td></tr>
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
   <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
   <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_disk_cache</td></tr>
  
  
  
  1.6       +0 -1      httpd-2.0/docs/manual/mod/mod_disk_cache.xml
  
  Index: mod_disk_cache.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_disk_cache.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -d -b -u -r1.5 -r1.6
  --- mod_disk_cache.xml	10 Nov 2002 03:13:43 -0000	1.5
  +++ mod_disk_cache.xml	19 Jan 2003 03:35:01 -0000	1.6
  @@ -32,7 +32,6 @@
   <description>The directory root under which cache files are
   stored</description>
   <syntax>CacheRoot <var>directory</var></syntax>
  -<default>none</default>
   <contextlist><context>server config</context><context>virtual host</context>
   </contextlist>
   
  
  
  
  1.22      +1 -1      httpd-2.0/docs/manual/mod/mod_proxy.html.en
  
  Index: mod_proxy.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_proxy.html.en,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -d -b -u -r1.21 -r1.22
  --- mod_proxy.html.en	11 Dec 2002 21:18:12 -0000	1.21
  +++ mod_proxy.html.en	19 Jan 2003 03:35:01 -0000	1.22
  @@ -769,7 +769,7 @@
   <table class="directive">
   <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Remote proxy used to handle requests
   matched by regular expressions</td></tr>
  -<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ProxyRemote <em>regex remote-server</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ProxyRemoteMatch <em>regex remote-server</em></code></td></tr>
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
   <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
   <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
  
  
  
  1.13      +1 -1      httpd-2.0/docs/manual/mod/mod_proxy.xml
  
  Index: mod_proxy.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_proxy.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -d -b -u -r1.12 -r1.13
  --- mod_proxy.xml	1 Oct 2002 14:37:13 -0000	1.12
  +++ mod_proxy.xml	19 Jan 2003 03:35:01 -0000	1.13
  @@ -418,7 +418,7 @@
   <name>ProxyRemoteMatch</name>
   <description>Remote proxy used to handle requests
   matched by regular expressions</description>
  -<syntax>ProxyRemote <em>regex remote-server</em></syntax>
  +<syntax>ProxyRemoteMatch <em>regex remote-server</em></syntax>
   <contextlist><context>server config</context>
   <context>virtual host</context>
   </contextlist>
  
  
  
  1.19      +0 -5      httpd-2.0/docs/manual/mod/mod_rewrite.html.en
  
  Index: mod_rewrite.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_rewrite.html.en,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -d -b -u -r1.18 -r1.19
  --- mod_rewrite.html.en	11 Dec 2002 21:18:12 -0000	1.18
  +++ mod_rewrite.html.en	19 Jan 2003 03:35:01 -0000	1.19
  @@ -398,7 +398,6 @@
   </td></tr>
   <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code> RewriteCond
         <em>TestString</em> <em>CondPattern</em></code></td></tr>
  -<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>None</code></td></tr>
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
   <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
   <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  @@ -822,7 +821,6 @@
   <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets the name of the lock file used for RewriteMap
   synchronization</td></tr>
   <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RewriteLock <em>file-path</em></code></td></tr>
  -<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>None</code></td></tr>
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
   <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
   <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_rewrite</td></tr>
  @@ -915,7 +913,6 @@
   <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Defines a mapping function for key-lookup</td></tr>
   <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RewriteMap <em>MapName</em> <em>MapType</em>:<em>MapSource</em>
   </code></td></tr>
  -<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>None</code></td></tr>
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
   <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
   <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_rewrite</td></tr>
  @@ -1157,7 +1154,6 @@
   <table class="directive">
   <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets some special options for the rewrite engine</td></tr>
   <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RewriteOptions <em>Options</em></code></td></tr>
  -<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>None</code></td></tr>
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
   <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
   <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  @@ -1186,7 +1182,6 @@
   <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Defines rules for the rewriting engine</td></tr>
   <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RewriteRule
         <em>Pattern</em> <em>Substitution</em></code></td></tr>
  -<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>None</code></td></tr>
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
   <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
   <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  
  
  
  1.12      +0 -5      httpd-2.0/docs/manual/mod/mod_rewrite.xml
  
  Index: mod_rewrite.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_rewrite.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -d -b -u -r1.11 -r1.12
  --- mod_rewrite.xml	8 Oct 2002 17:44:48 -0000	1.11
  +++ mod_rewrite.xml	19 Jan 2003 03:35:01 -0000	1.12
  @@ -309,7 +309,6 @@
   <name>RewriteOptions</name>
   <description>Sets some special options for the rewrite engine</description>
   <syntax>RewriteOptions <em>Options</em></syntax>
  -<default>None</default>
   <contextlist><context>server config</context><context>virtual host</context>
   <context>directory</context><context>.htaccess</context></contextlist>
   <override>FileInfo</override>
  @@ -415,7 +414,6 @@
   module="mod_rewrite">RewriteMap</directive>
   synchronization</description>
   <syntax>RewriteLock <em>file-path</em></syntax>
  -<default>None</default>
   <contextlist><context>server config</context></contextlist>
   
   <usage>
  @@ -435,7 +433,6 @@
   <description>Defines a mapping function for key-lookup</description>
   <syntax>RewriteMap <em>MapName</em> <em>MapType</em>:<em>MapSource</em>
   </syntax>
  -<default>None</default>
   <contextlist><context>server config</context><context>virtual host</context>
   </contextlist>
   <compatibility>The choice of different dbm types is available in
  @@ -783,7 +780,6 @@
   </description>
   <syntax> RewriteCond
         <em>TestString</em> <em>CondPattern</em></syntax>
  -<default>None</default>
   <contextlist><context>server config</context><context>virtual host</context>
   <context>directory</context><context>.htaccess</context></contextlist>
   <override>FileInfo</override>
  @@ -1186,7 +1182,6 @@
   <description>Defines rules for the rewriting engine</description>
   <syntax>RewriteRule
         <em>Pattern</em> <em>Substitution</em></syntax>
  -<default>None</default>
   <contextlist><context>server config</context><context>virtual host</context>
   <context>directory</context><context>.htaccess</context></contextlist>
   <override>FileInfo</override>
  
  
  
  1.18      +2 -4      httpd-2.0/docs/manual/mod/mod_ssl.html.en
  
  Index: mod_ssl.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_ssl.html.en,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -d -b -u -r1.17 -r1.18
  --- mod_ssl.html.en	11 Dec 2002 21:18:13 -0000	1.17
  +++ mod_ssl.html.en	19 Jan 2003 03:35:01 -0000	1.18
  @@ -918,7 +918,6 @@
   <table class="directive">
   <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>File of concatenated PEM-encoded CA certificates for proxy server client certificates</td></tr>
   <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLProxyMachineCertificateFile <em>filename</em></code></td></tr>
  -<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>None</code></td></tr>
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
   <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>Not applicable</td></tr>
   <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  @@ -946,7 +945,6 @@
   <table class="directive">
   <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Directory of PEM-encoded CA certificates for proxy server client certificates</td></tr>
   <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLProxyMachineCertificatePath <em>directory</em></code></td></tr>
  -<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>None</code></td></tr>
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
   <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>Not applicable</td></tr>
   <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  @@ -1038,8 +1036,8 @@
   <table class="directive">
   <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Maximum depth of CA Certificates in Remote Server
   Certificate verification</td></tr>
  -<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLVerifyDepth <em>number</em></code></td></tr>
  -<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>SSLVerifyDepth 1</code></td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLProxyVerifyDepth <em>number</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>SSLProxyVerifyDepth 1</code></td></tr>
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
   <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
   <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  
  
  
  1.11      +2 -4      httpd-2.0/docs/manual/mod/mod_ssl.xml
  
  Index: mod_ssl.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_ssl.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -d -b -u -r1.10 -r1.11
  --- mod_ssl.xml	17 Nov 2002 23:33:26 -0000	1.10
  +++ mod_ssl.xml	19 Jan 2003 03:35:01 -0000	1.11
  @@ -1140,7 +1140,6 @@
   <name>SSLProxyMachineCertificatePath</name>
   <description>Directory of PEM-encoded CA certificates for proxy server client certificates</description>
   <syntax>SSLProxyMachineCertificatePath <em>directory</em></syntax>
  -<default>None</default>
   <contextlist><context>server config</context></contextlist>
   <override>Not applicable</override>
   
  @@ -1169,7 +1168,6 @@
   <name>SSLProxyMachineCertificateFile</name>
   <description>File of concatenated PEM-encoded CA certificates for proxy server client certificates</description>
   <syntax>SSLProxyMachineCertificateFile <em>filename</em></syntax>
  -<default>None</default>
   <contextlist><context>server config</context></contextlist>
   <override>Not applicable</override>
   
  @@ -1240,8 +1238,8 @@
   <name>SSLProxyVerifyDepth</name>
   <description>Maximum depth of CA Certificates in Remote Server
   Certificate verification</description>
  -<syntax>SSLVerifyDepth <em>number</em></syntax>
  -<default>SSLVerifyDepth 1</default>
  +<syntax>SSLProxyVerifyDepth <em>number</em></syntax>
  +<default>SSLProxyVerifyDepth 1</default>
   <contextlist><context>server config</context>
   <context>virtual host</context>
   <context>directory</context>
  
  
  
  1.69      +4 -4      httpd-2.0/docs/manual/mod/quickreference.html.en
  
  Index: quickreference.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/quickreference.html.en,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -d -b -u -r1.68 -r1.69
  --- quickreference.html.en	18 Jan 2003 20:29:53 -0000	1.68
  +++ quickreference.html.en	19 Jan 2003 03:35:01 -0000	1.69
  @@ -158,11 +158,11 @@
   <tr class="odd"><td><a href="mod_auth_ldap.html#authldapcomparednonserver">AuthLDAPCompareDNOnServer on|off</a></td><td> on </td><td>dh</td><td>X</td></tr><tr class="odd"><td class="descr" colspan="4">Use the LDAP server to compare the DNs</td></tr>
   <tr><td><a href="mod_auth_ldap.html#authldapdereferencealiases">AuthLDAPDereferenceAliases never|searching|finding|always</a></td><td> Always </td><td>dh</td><td>X</td></tr><tr><td class="descr" colspan="4">When will the module de-reference aliases</td></tr>
   <tr class="odd"><td><a href="mod_auth_ldap.html#authldapenabled"> AuthLDAPEnabled on|off</a></td><td> on </td><td>dh</td><td>X</td></tr><tr class="odd"><td class="descr" colspan="4">Turn on or off LDAP authentication</td></tr>
  -<tr><td><a href="mod_auth_ldap.html#authldapfrontpagehack">AuthLDAPFrontPageHack on|off</a></td><td /><td>dh</td><td>X</td></tr><tr><td class="descr" colspan="4">Allow LDAP authentication to work with MS FrontPage</td></tr>
  +<tr><td><a href="mod_auth_ldap.html#authldapfrontpagehack">AuthLDAPFrontPageHack on|off</a></td><td> off </td><td>dh</td><td>X</td></tr><tr><td class="descr" colspan="4">Allow LDAP authentication to work with MS FrontPage</td></tr>
   <tr class="odd"><td><a href="mod_auth_ldap.html#authldapgroupattribute">AuthLDAPGroupAttribute <em>attribute</em></a></td><td /><td>dh</td><td>X</td></tr><tr class="odd"><td class="descr" colspan="4">LDAP attributes used to check for group membership</td></tr>
   <tr><td><a href="mod_auth_ldap.html#authldapgroupattributeisdn">AuthLDAPGroupAttributeIsDN on|off</a></td><td> on </td><td>dh</td><td>X</td></tr><tr><td class="descr" colspan="4">Use the DN of the client username when checking for
   group membership</td></tr>
  -<tr class="odd"><td><a href="mod_auth_ldap.html#authldapremoteuserisdn">AuthLDAPRemoteUserIsDN on|off</a></td><td /><td>dh</td><td>X</td></tr><tr class="odd"><td class="descr" colspan="4">Use the DN of the client username to set the REMOTE_USER
  +<tr class="odd"><td><a href="mod_auth_ldap.html#authldapremoteuserisdn">AuthLDAPRemoteUserIsDN on|off</a></td><td> off </td><td>dh</td><td>X</td></tr><tr class="odd"><td class="descr" colspan="4">Use the DN of the client username to set the REMOTE_USER
   environment variable</td></tr>
   <tr><td><a href="mod_auth_ldap.html#authldapstarttls">AuthLDAPStartTLS on|off</a></td><td> off </td><td>dh</td><td>X</td></tr><tr><td class="descr" colspan="4">Use a secure TLS connection to the LDAP server</td></tr>
   <tr class="odd"><td><a href="mod_auth_ldap.html#authldapurl">AuthLDAPUrl <em>url</em></a></td><td /><td>dh</td><td>X</td></tr><tr class="odd"><td class="descr" colspan="4">URL specifying the LDAP search parameters</td></tr>
  @@ -477,7 +477,7 @@
   <tr><td><a href="mod_proxy.html#proxyreceivebuffersize">ProxyReceiveBufferSize <em>bytes</em></a></td><td /><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">Network buffer size for outgoing HTTP and FTP 
   connections</td></tr>
   <tr class="odd"><td><a href="mod_proxy.html#proxyremote">ProxyRemote <em>match remote-server</em></a></td><td /><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Remote proxy used to handle certain requests</td></tr>
  -<tr><td><a href="mod_proxy.html#proxyremotematch">ProxyRemote <em>regex remote-server</em></a></td><td /><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">Remote proxy used to handle requests
  +<tr><td><a href="mod_proxy.html#proxyremotematch">ProxyRemoteMatch <em>regex remote-server</em></a></td><td /><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">Remote proxy used to handle requests
   matched by regular expressions</td></tr>
   <tr class="odd"><td><a href="mod_proxy.html#proxyrequests">ProxyRequests on|off</a></td><td> Off </td><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Enables forward (standard) proxy requests</td></tr>
   <tr><td><a href="mod_proxy.html#proxytimeout">ProxyTimeout <em>seconds</em></a></td><td> 300 </td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">Network timeout for proxied requests</td></tr>
  @@ -633,7 +633,7 @@
   <tr><td><a href="mod_ssl.html#sslproxymachinecertificatepath">SSLProxyMachineCertificatePath <em>directory</em></a></td><td /><td>s</td><td>E</td></tr><tr><td class="descr" colspan="4">Directory of PEM-encoded CA certificates for proxy server client certificates</td></tr>
   <tr class="odd"><td><a href="mod_ssl.html#sslproxyprotocol">SSLProxyProtocol [+|-]<em>protocol</em> ...</a></td><td> all </td><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Configure usable SSL protocol flavors for proxy usage</td></tr>
   <tr><td><a href="mod_ssl.html#sslproxyverify">SSLProxyVerify <em>level</em></a></td><td> none </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Type of remote server Certificate verification</td></tr>
  -<tr class="odd"><td><a href="mod_ssl.html#sslproxyverifydepth">SSLVerifyDepth <em>number</em></a></td><td /><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Maximum depth of CA Certificates in Remote Server
  +<tr class="odd"><td><a href="mod_ssl.html#sslproxyverifydepth">SSLProxyVerifyDepth <em>number</em></a></td><td> 1 </td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Maximum depth of CA Certificates in Remote Server
   Certificate verification</td></tr>
   <tr><td><a href="mod_ssl.html#sslrandomseed">SSLRandomSeed <em>context</em> <em>source</em> 
   [<em>bytes</em>]</a></td><td /><td>s</td><td>E</td></tr><tr><td class="descr" colspan="4">Pseudo Random Number Generator (PRNG) seeding