From aab303c1a72c1224b88edadc2ca8b326e4f49b0d Mon Sep 17 00:00:00 2001 From: Daniel Gruno <humbedooh@apache.org> Date: Tue, 3 Apr 2012 05:44:10 +0000 Subject: [PATCH] Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1308708 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ssl.html.en | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index f950c0f8ad..4e87e618ec 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -1819,8 +1819,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> <div class="example"><h3>Example</h3><pre>SSLRequire ( %{SSL_CIPHER} !~ m/^(EXP|NULL)-/ \ and %{SSL_CLIENT_S_DN_O} eq "Snake Oil, Ltd." \ and %{SSL_CLIENT_S_DN_OU} in {"Staff", "CA", "Dev"} \ -- 2.40.0