From: Rainer Jung mod_ssl is loaded, but will always expand to
the empty string if it is not. Example:
%{SSL:SSL_CIPHER_USEKEYSIZE} may expand to
- 128.
+ 128. These variables are available even without
+ setting the StdEnvVars option of the
+ SSLOptions directive.
%{HTTP:header}, where header can be
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en
index e7d3be16de3..219d6c7d3bc 100644
--- a/docs/manual/mod/mod_ssl.html.en
+++ b/docs/manual/mod/mod_ssl.html.en
@@ -260,6 +260,9 @@ For backward compatibility there is additionally a special
provided. Information about this function is provided in the Compatibility chapter.
CustomLog "logs/ssl_request_log" "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
These formats even work without setting the StdEnvVars
+option of the SSLOptions
+directive.