You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2005/04/26 09:06:49 UTC

svn commit: r164756 - /httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml

Author: pquerna
Date: Tue Apr 26 00:06:45 2005
New Revision: 164756

URL: http://svn.apache.org/viewcvs?rev=164756&view=rev
Log:
Document that SSLRequire is broken for use in threaded MPMs and .htaccess files.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml?rev=164756&r1=164755&r2=164756&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml Tue Apr 26 00:06:45 2005
@@ -1110,6 +1110,12 @@
 fulfilled in order to allow access. It's a very powerful directive because the
 requirement specification is an arbitrarily complex boolean expression
 containing any number of access checks.</p>
+<note type="warning">
+<p>The implementation of <code>SSLRequire</code> is not thread safe.  
+   Using <code>SSLRequire</code> inside <code>.htaccess</code> files
+   on a threaded <a href="../mpm.html">MPM</a> may cause random crashes.
+</p>
+</note>
 <p>
 The <em>expression</em> must match the following syntax (given as a BNF
 grammar notation):</p>