]> granicus.if.org Git - apache/commitdiff
update transformation.
authorPaul Querna <pquerna@apache.org>
Tue, 26 Apr 2005 07:09:21 +0000 (07:09 +0000)
committerPaul Querna <pquerna@apache.org>
Tue, 26 Apr 2005 07:09:21 +0000 (07:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164758 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.html.en

index ef2a72ef1b892ac3950835ea2efe7c779ea60e76..fa0df81e6f4665efca3112748db1a68f8a26aa8f 100644 (file)
@@ -1285,6 +1285,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>
+<div class="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>
+</div>
 <p>
 The <em>expression</em> must match the following syntax (given as a BNF
 grammar notation):</p>