summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2005-04-26 07:09:21 +0000
committerPaul Querna <pquerna@apache.org>2005-04-26 07:09:21 +0000
commitf4da1ffcb7b507bfafd11e6d5fdbc6fe0a66f827 (patch)
tree85126a72adaf587f1a29ec9ec3051b78cdc657d8
parent368356dd9ae6b0d8a652545cdf90ef94cb59f764 (diff)
downloadhttpd-f4da1ffcb7b507bfafd11e6d5fdbc6fe0a66f827.tar.gz
update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164758 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_ssl.html.en6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en
index ef2a72ef1b..fa0df81e6f 100644
--- a/docs/manual/mod/mod_ssl.html.en
+++ b/docs/manual/mod/mod_ssl.html.en
@@ -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>