diff options
author | Mads Toftum <mads@apache.org> | 2010-09-22 11:35:03 +0200 |
---|---|---|
committer | Mads Toftum <mads@apache.org> | 2010-09-22 11:35:03 +0200 |
commit | 84e0e0821faff9df235ee57026a95ad00c350c7c (patch) | |
tree | d60ca31c0bcc608f5007dc812fe4b5a729719c32 /docs/manual/mod/mod_ssl.html.en | |
parent | axe an unnecessary call to sscanf() when parsing the response line (diff) | |
download | apache2-84e0e0821faff9df235ee57026a95ad00c350c7c.tar.xz apache2-84e0e0821faff9df235ee57026a95ad00c350c7c.zip |
FakeBasicAuth, not FakeBasic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@999832 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_ssl.html.en')
-rw-r--r-- | docs/manual/mod/mod_ssl.html.en | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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 |