]> granicus.if.org Git - apache/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Wed, 10 Mar 2004 22:35:30 +0000 (22:35 +0000)
committerAndré Malo <nd@apache.org>
Wed, 10 Mar 2004 22:35:30 +0000 (22:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102928 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.html.en

index f1a78b29831a79796577ace7dd8d37400ecb30a1..308c4bad457bb771a35c131baee7c37157fc08e2 100644 (file)
@@ -582,6 +582,14 @@ Result:
 
                   <dd>The full local filesystem path to the file or
                   script matching the request.</dd>
+
+                  <dt><code>HTTPS</code></dt>
+
+                  <dd>Will contain the text "on" if the connection is
+                  using SSL/TLS, or "off" otherwise.  (This variable
+                  can be safely used regardless of whether
+                  <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> is loaded).</dd>
+
                 </dl>
 </div>
         </li>
@@ -605,10 +613,14 @@ Result:
         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>%{SSL:variable}</code> where <em>variable</em> is the
+        name of an <a href="mod_ssl.html#envvars">SSL environment
+        variable</a>; this can be used whether or not
+        <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> 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>
 
         <li>There is the special format:
         <code>%{HTTP:header}</code> where <em>header</em> can be