diff options
author | Graham Leggett <minfrin@apache.org> | 2015-10-20 16:02:16 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2015-10-20 16:02:16 +0200 |
commit | dd159d8c9660b3e72972be491d8e4998eb3aa94d (patch) | |
tree | db85ace2784ad40d806afb952de7d3bf69a7b956 | |
parent | new ap_is_allowed_protocol() for testing configured protocols, added H2Upgrad... (diff) | |
download | apache2-dd159d8c9660b3e72972be491d8e4998eb3aa94d.tar.xz apache2-dd159d8c9660b3e72972be491d8e4998eb3aa94d.zip |
Bump version for the expression parser SSL fix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1709596 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/mod/mod_ssl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 350a2318b9..4eaf02ad20 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -224,7 +224,7 @@ provided by <module>mod_ssl</module> can be used in expressions for the <a href="../expr.html">ap_expr Expression Parser</a>. The variables can be referenced using the syntax ``<code>%{</code><em>varname</em><code>}</code>''. Starting -with version 2.4.17 one can also use the +with version 2.4.18 one can also use the <module>mod_rewrite</module> style syntax ``<code>%{SSL:</code><em>varname</em><code>}</code>'' or the function style syntax |