From 4338e6774dedab0c72c56b7afb09a273ed075402 Mon Sep 17 00:00:00 2001
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 e7d3be16de..219d6c7d3b 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.