From 371123e12af9182a2f17df47cf7b64dd3afd1870 Mon Sep 17 00:00:00 2001 From: Mads Toftum Date: Wed, 22 Sep 2010 10:12:14 +0000 Subject: [PATCH] FakeBasicAuth, not FakeBasic 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 | 2 +- docs/manual/mod/mod_ssl.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2