diff options
-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 |