]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
FakeBasicAuth, not FakeBasic
authorMads Toftum <mads@apache.org>
Wed, 22 Sep 2010 10:12:14 +0000 (10:12 +0000)
committerMads Toftum <mads@apache.org>
Wed, 22 Sep 2010 10:12:14 +0000 (10:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@999854 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.html.en
docs/manual/mod/mod_ssl.xml

index 4743451d00bb5e219512623e89e520e9d1ff724d..501999c711edd66f726282f4ef1e4371458a37fc 100644 (file)
@@ -1810,7 +1810,7 @@ string. In particular, this may cause the environment variable
 any of the <a href="#envvars">SSL environment variables</a>.</p>
 
 <p>Note that this directive has no effect if the
-<code>FakeBasic</code> option is used (see <a href="#ssloptions">SSLOptions</a>).</p>
+<code>FakeBasicAuth</code> option is used (see <a href="#ssloptions">SSLOptions</a>).</p>
 
 <div class="example"><h3>Example</h3><p><code>
 SSLUserName SSL_CLIENT_S_DN_CN
index d7bd9067f0ee1f3275fddffde0cc6841c0aad7f6..4a6688ea3b8e3d93f804aff9aec9f3bdecc0c162 100644 (file)
@@ -1781,7 +1781,7 @@ string. In particular, this may cause the environment variable
 any of the <a href="#envvars">SSL environment variables</a>.</p>
 
 <p>Note that this directive has no effect if the
-<code>FakeBasic</code> option is used (see <a
+<code>FakeBasicAuth</code> option is used (see <a
 href="#ssloptions">SSLOptions</a>).</p>
 
 <example><title>Example</title>