]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update xforms.
authorRainer Jung <rjung@apache.org>
Tue, 6 Oct 2015 11:11:33 +0000 (11:11 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 6 Oct 2015 11:11:33 +0000 (11:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1706990 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.html.en
docs/manual/mod/mod_ssl.html.en

index ada9664120375e9de43e6dddaca1359569e1c253..e27b089aa71cc1734b067c463869ad6e9d7861d2 100644 (file)
@@ -422,7 +422,9 @@ AliasMatch "^/myapp" "/opt/myapp-1.2.3"
         <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>
+        <code>128</code>. These variables are available even without
+        setting the <code>StdEnvVars</code> option of the
+        <code class="directive"><a href="../mod/mod_ssl.html#ssloptions">SSLOptions</a></code> directive.</li>
 
         <li>
         <code>%{HTTP:header}</code>, where <em>header</em> can be
index e7d3be16de3ded99ac99c3c9c4c5b29f1c2596d1..219d6c7d3bc8ef99d89b44d4f005679eb60c8008 100644 (file)
@@ -260,6 +260,9 @@ For backward compatibility there is additionally a special
 provided. Information about this function is provided in the <a href="../ssl/ssl_compat.html">Compatibility</a> chapter.</p>
 <div class="example"><h3>Example</h3><pre class="prettyprint lang-config">CustomLog "logs/ssl_request_log" "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"</pre>
 </div>
+<p>These formats even work without setting the <code>StdEnvVars</code>
+option of the <code class="directive"><a href="#ssloptions">SSLOptions</a></code>
+directive.</p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="notes" id="notes">Request Notes</a></h2>