diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 51d5790fa9..ad9c931523 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -2434 +2435 diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 9697b26ee8..91b8be3d41 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -1282,12 +1282,15 @@ The available options are:
be used for access control. The user name is just the Subject of the Client's X509 Certificate (can be determined by running OpenSSL'sopenssl x509
command: openssl x509 -noout -subject -in
-
certificate.crt
). Note that no password is
- obtained from the user. Every entry in the user file needs this password:
- ``xxj31ZMTZzkVA
'', which is the DES-encrypted version of the
- word `password
''. Those who live under MD5-based encryption
- (for instance under FreeBSD or BSD/OS, etc.) should use the following MD5
- hash of the same word: ``$1$OXLyS...$Owx8s2/m9/gfkcRVXzgoE/
''.
+ certificate.crt
). The optional xxj31ZMTZzkVA
'', which is the
+ DES-encrypted version of the word `password
''. Those who
+ live under MD5-based encryption (for instance under FreeBSD or BSD/OS,
+ etc.) should use the following MD5 hash of the same word:
+ ``$1$OXLyS...$Owx8s2/m9/gfkcRVXzgoE/
''.
StrictRequire
@@ -2039,9 +2042,9 @@ string. In particular, this may cause the environment variable
REMOTE_USER
to be set. The varname can be
any of the SSL environment variables.
Note that this directive has no effect if the
-FakeBasicAuth
option is used (see SSLOptions).
When the FakeBasicAuth
option is enabled, this directive
+instead controls the value of the username embedded within the basic
+authentication header (see SSLOptions).