From aa6633a2a7f8f90ecfd9e512cea0cf59fa0f5d12 Mon Sep 17 00:00:00 2001
From: Daniel Gruno
Date: Tue, 3 Apr 2012 05:47:16 +0000
Subject: [PATCH] Merge r1308707 from trunk: Add five little words to clear up
that we mean in a .htaccess context
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1308709 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_ssl.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index 6457076e04..992757f2c7 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -1364,8 +1364,8 @@ the ap_expr documentation.
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.40.0