From: Rich Bowen Date: Wed, 29 Apr 2026 19:55:41 +0000 (+0000) Subject: mod_ssl: Fix SSLUserName FakeBasicAuth docs — directive does affect REMOTE_USER ... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=361bb39aca0f20660b89c74a7ec136adc96fc8c2;p=thirdparty%2Fapache%2Fhttpd.git mod_ssl: Fix SSLUserName FakeBasicAuth docs — directive does affect REMOTE_USER (Bug 63342) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933538 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 6fed4671b2..46fb2c3460 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -2557,9 +2557,12 @@ string. In particular, this may cause the environment variable REMOTE_USER to be set. The varname can be any of the SSL environment variables.

-

When the FakeBasicAuth option is enabled, this directive -instead controls the value of the username embedded within the basic -authentication header (see SSLOptions).

+

When the FakeBasicAuth option (see +SSLOptions) or the +AuthBasicFake directive is in +effect, this directive controls which part of the client certificate is +used as the username. Without SSLUserName, +REMOTE_USER may not be set for other modules and CGI scripts.

Example