Commit 78e0dfd7 authored by Rainer Jung's avatar Rainer Jung
Browse files

Add a docs remark about "SSLOptions StdEnvVars"

being not necessary for mod_rewrite
"%{SSL:VARIABLE}" feature and for the mod_ssl
extensions to mod_log_config (%{VARIABLE}x).

CTR
Backport of r1706989 from trunk resp. r1707123
from 2.4.x.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1707153 13f79535-47bb-0310-9956-ffa450edef68
parent 146d154a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -885,7 +885,9 @@ RewriteRule ^index\.html$ welcome.html
        <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
+3 −0
Original line number Diff line number Diff line
@@ -131,6 +131,9 @@ href="../ssl/ssl_compat.html">Compatibility</a> chapter.</p>
CustomLog logs/ssl_request_log \
          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</example>
<p>These formats even work without setting the <code>StdEnvVars</code>
option of the <directive module="mod_ssl">SSLOptions</directive>
directive.</p>
</section>

<directivesynopsis>