being not necessary for mod_rewrite
"%{SSL:VARIABLE}" feature and for the mod_ssl
extensions to mod_log_config (%{VARIABLE}x).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1706989 13f79535-47bb-0310-9956-
ffa450edef68
<module>mod_ssl</module> is loaded, but will always expand to
the empty string if it is not. Example:
<code>%{SSL:SSL_CIPHER_USEKEYSIZE}</code> may expand to
- <code>128</code>.</li>
+ <code>128</code>. These variables are available even without
+ setting the <code>StdEnvVars</code> option of the
+ <directive module="mod_ssl">SSLOptions</directive> directive.</li>
<li>
<code>%{HTTP:header}</code>, where <em>header</em> can be
CustomLog "logs/ssl_request_log" "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</highlight>
</example>
+<p>These formats even work without setting the <code>StdEnvVars</code>
+option of the <directive module="mod_ssl">SSLOptions</directive>
+directive.</p>
</section>
<section id="notes"><title>Request Notes</title>