Commit 7d316f55 authored by Daniel Gruno's avatar Daniel Gruno
Browse files

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
parent 8bd79846
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1556,8 +1556,8 @@ function ::= funcname "<strong>(</strong>" funcargs "<strong>)</strong>"
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>
<div class="example"><h3>Example</h3><p><code>
SSLRequire (    %{SSL_CIPHER} !~ m/^(EXP|NULL)-/ \<br />
            and %{SSL_CLIENT_S_DN_O} eq "Snake Oil, Ltd." \<br />
+2 −2
Original line number Diff line number Diff line
@@ -1267,8 +1267,8 @@ href="#table3">Table 3</a> can be used. Finally for
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>
SSLRequire (    %{SSL_CIPHER} !~ m/^(EXP|NULL)-/ \<br />
            and %{SSL_CLIENT_S_DN_O} eq "Snake Oil, Ltd." \<br />