From: Mads Toftum
Date: Wed, 22 Sep 2010 09:35:03 +0000 (+0000)
Subject: FakeBasicAuth, not FakeBasic
X-Git-Tag: 2.3.9~460
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84e0e0821faff9df235ee57026a95ad00c350c7c;p=apache
FakeBasicAuth, not FakeBasic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@999832 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en
index d55c366783..d5702c3e6e 100644
--- a/docs/manual/mod/mod_ssl.html.en
+++ b/docs/manual/mod/mod_ssl.html.en
@@ -1801,7 +1801,7 @@ string. In particular, this may cause the environment variable
any of the SSL environment variables.
Note that this directive has no effect if the
-FakeBasic
option is used (see SSLOptions).
+FakeBasicAuth
option is used (see SSLOptions).
Example
SSLUserName SSL_CLIENT_S_DN_CN
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index de55602c65..b126d60672 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -1715,7 +1715,7 @@ string. In particular, this may cause the environment variable
any of the SSL environment variables.
Note that this directive has no effect if the
-FakeBasic
option is used (see FakeBasicAuth option is used (see SSLOptions).
Example