From: Mads Toftum
Date: Wed, 22 Sep 2010 10:12:14 +0000 (+0000)
Subject: FakeBasicAuth, not FakeBasic
X-Git-Tag: 2.2.17~44
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=371123e12af9182a2f17df47cf7b64dd3afd1870;p=thirdparty%2Fapache%2Fhttpd.git
FakeBasicAuth, not FakeBasic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@999854 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en
index 4743451d00b..501999c711e 100644
--- a/docs/manual/mod/mod_ssl.html.en
+++ b/docs/manual/mod/mod_ssl.html.en
@@ -1810,7 +1810,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 d7bd9067f0e..4a6688ea3b8 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -1781,7 +1781,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