From 31b9bed4de0fd5eff9c2c849a75cf1a11e7a3275 Mon Sep 17 00:00:00 2001
From: Mike Rumph
mod_log_conf
for the current connection, the note is not set.
+
+
+Expression Parser Extension
+
+When mod_ssl
is built into Apache or at least
+loaded (under DSO situation) any variables
+provided by mod_ssl
can be used in expressions
+for the ap_expr Expression Parser.
+The variables can be referenced using the syntax
+``%{
varname}
''. Starting
+with version 2.4.18 one can also use the
+mod_rewrite
style syntax
+``%{SSL:
varname}
'' or
+the function style syntax
+``ssl(
varname)
''.
+Example (using mod_headers
)
Header set X-SSL-PROTOCOL "expr=%{SSL_PROTOCOL}"
+Header set X-SSL-CIPHER "expr=%{SSL:SSL_CIPHER}"
+
+This feature even works without setting the StdEnvVars
+option of the SSLOptions
+directive.
Authorization providers for use with Require
diff --git a/docs/manual/mod/mod_ssl.xml.fr b/docs/manual/mod/mod_ssl.xml.fr
index 0eba79b61a..3250666388 100644
--- a/docs/manual/mod/mod_ssl.xml.fr
+++ b/docs/manual/mod/mod_ssl.xml.fr
@@ -1,7 +1,7 @@
-
+
diff --git a/docs/manual/mod/mod_ssl.xml.meta b/docs/manual/mod/mod_ssl.xml.meta
index 736a11a017..be20a51f56 100644
--- a/docs/manual/mod/mod_ssl.xml.meta
+++ b/docs/manual/mod/mod_ssl.xml.meta
@@ -8,6 +8,6 @@
en
- fr
+ fr
--
2.50.1