]> granicus.if.org Git - apache/commitdiff
Add a docs remark about "SSLOptions StdEnvVars"
authorRainer Jung <rjung@apache.org>
Tue, 6 Oct 2015 11:10:59 +0000 (11:10 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 6 Oct 2015 11:10:59 +0000 (11:10 +0000)
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

docs/manual/mod/mod_rewrite.xml
docs/manual/mod/mod_ssl.xml

index 941ac13baca3365d8401678ef0af450d57c2268f..e133c7e6a634b18392465a5c6ae1a5284f1f56e5 100644 (file)
@@ -692,7 +692,9 @@ AliasMatch "^/myapp" "/opt/myapp-1.2.3"
         <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
index 34022c7de38b4ba2e475d29e8ed117f53e91d559..a640c9f1f55651796cc67d102e7c7942f8c91cba 100644 (file)
@@ -183,6 +183,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"
 </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>