]> granicus.if.org Git - apache/commitdiff
Merge r1308707 from trunk:
authorDaniel Gruno <humbedooh@apache.org>
Tue, 3 Apr 2012 05:47:16 +0000 (05:47 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Tue, 3 Apr 2012 05:47:16 +0000 (05:47 +0000)
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

index 6457076e04be490d889d2eb103edb3454bc45e1e..992757f2c72a8348778540727e71306a4484e81b 100644 (file)
@@ -1364,8 +1364,8 @@ the <a href="../expr.html#functions">ap_expr documentation</a>.</p>
 representation and then evaluated in a second step. Actually, in Global and
 Per-Server Class context <em>expression</em> is parsed at startup time and
 at runtime only the machine representation is executed. For Per-Directory
-context this is different: here <em>expression</em> has to be parsed and
-immediately executed for every request.</p>
+context, specifically in a .htaccess context, this is different: here <em>
+expression</em> has to be parsed and immediately executed for every request.</p>
 <example><title>Example</title>
 <pre>SSLRequire (    %{SSL_CIPHER} !~ m/^(EXP|NULL)-/                \
             and %{SSL_CLIENT_S_DN_O} eq "Snake Oil, Ltd."        \