From 9c25f60e17b98236b1303a9436cf75374e49820e Mon Sep 17 00:00:00 2001
From: Daniel Gruno
Date: Tue, 3 Apr 2012 05:50:41 +0000
Subject: [PATCH] Backport r1308707 from trunk to 2.2 and rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1308711 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_ssl.html.en | 4 ++--
docs/manual/mod/mod_ssl.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en
index beaf17d81ad..de2977390e6 100644
--- a/docs/manual/mod/mod_ssl.html.en
+++ b/docs/manual/mod/mod_ssl.html.en
@@ -1556,8 +1556,8 @@ function ::= funcname "(" funcargs ")"
representation and then evaluated in a second step. Actually, in Global and
Per-Server Class context expression is parsed at startup time and
at runtime only the machine representation is executed. For Per-Directory
-context this is different: here expression has to be parsed and
-immediately executed for every request.
+context, specifically in a .htaccess context, this is different: here
+expression has to be parsed and immediately executed for every request.
Example
SSLRequire ( %{SSL_CIPHER} !~ m/^(EXP|NULL)-/ \
and %{SSL_CLIENT_S_DN_O} eq "Snake Oil, Ltd." \
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index f28b9b031ce..54796751a4d 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -1267,8 +1267,8 @@ href="#table3">Table 3 can be used. Finally for
representation and then evaluated in a second step. Actually, in Global and
Per-Server Class context expression is parsed at startup time and
at runtime only the machine representation is executed. For Per-Directory
-context this is different: here expression has to be parsed and
-immediately executed for every request.
+context, specifically in a .htaccess context, this is different: here
+expression has to be parsed and immediately executed for every request.
Example
SSLRequire ( %{SSL_CIPHER} !~ m/^(EXP|NULL)-/ \
and %{SSL_CLIENT_S_DN_O} eq "Snake Oil, Ltd." \
--
2.47.2