From: Daniel Gruno
Date: Tue, 3 Apr 2012 05:43:58 +0000 (+0000)
Subject: Add five little words to clear up that we mean in a .htaccess context
X-Git-Tag: 2.5.0-alpha~7267
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=776571aab42510c05ae59b8fd11db5f7edd8bc09;p=thirdparty%2Fapache%2Fhttpd.git
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/trunk@1308707 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index 05667db9264..217f1a08191 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." \