]> granicus.if.org Git - apache/commitdiff
Document that SSLRequire is broken for use in threaded MPMs and .htaccess files.
authorPaul Querna <pquerna@apache.org>
Tue, 26 Apr 2005 07:06:45 +0000 (07:06 +0000)
committerPaul Querna <pquerna@apache.org>
Tue, 26 Apr 2005 07:06:45 +0000 (07:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164756 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index d32a6ca3aace4e47b8e82318edc2557360617c39..c73af1d9f7999ed33dd0e5c4154bb50213674009 100644 (file)
@@ -1110,6 +1110,12 @@ This directive specifies a general access requirement which has to be
 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>