You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/04/03 07:44:11 UTC

svn commit: r1308708 - /httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en

Author: humbedooh
Date: Tue Apr  3 05:44:10 2012
New Revision: 1308708

URL: http://svn.apache.org/viewvc?rev=1308708&view=rev
Log:
Rebuild

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en?rev=1308708&r1=1308707&r2=1308708&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en Tue Apr  3 05:44:10 2012
@@ -1819,8 +1819,8 @@ the <a href="../expr.html#functions">ap_
 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"}  \