[Remove entries to the current 2.0 section below, when backported]
+ *) mod_rewrite: Support for recognizing SSL variables in RewriteCond
+ using the new "SSL:" format. [Joe Orton, Madhusudan Mathihalli]
+
*) mod_setenvif: Remove "support" for Remote_User variable which
never worked at all. PR 25725. [André Malo]
REQUEST_URI<br />
REQUEST_FILENAME<br />
IS_SUBREQ<br />
+ HTTPS<br />
</td>
</tr>
</table>
Apache structures and (if not found there) via
<code>getenv()</code> from the Apache server process.</li>
+ <li>There is the special format:
+ <code>%{SSL:variable}</code> where <em>variable</em> can be
+ any SSL environment variable. This is looked-up via internal
+ SSL structures from the Apache server process.</li>
+
<li>There is the special format:
<code>%{HTTP:header}</code> where <em>header</em> can be
any HTTP MIME-header name. This is looked-up from the HTTP
</div><div id="footer">
<p class="apache">Copyright 1999-2004 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
-</body></html>
\ No newline at end of file
+</body></html>
REQUEST_URI<br />
REQUEST_FILENAME<br />
IS_SUBREQ<br />
+ HTTPS<br />
</td>
</tr>
</table>
Apache structures and (if not found there) via
<code>getenv()</code> from the Apache server process.</li>
+ <li>There is the special format:
+ <code>%{SSL:variable}</code> where <em>variable</em> can be
+ any SSL environment variable. This is looked-up via internal
+ SSL structures from the Apache server process.</li>
+
<li>There is the special format:
<code>%{HTTP:header}</code> where <em>header</em> can be
any HTTP MIME-header name. This is looked-up from the HTTP