From: Paul Querna
Date: Tue, 26 Apr 2005 07:06:45 +0000 (+0000)
Subject: Document that SSLRequire is broken for use in threaded MPMs and .htaccess files.
X-Git-Tag: 2.1.5~153
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=368356dd9ae6b0d8a652545cdf90ef94cb59f764;p=apache
Document that SSLRequire is broken for use in threaded MPMs and .htaccess files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164756 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index d32a6ca3aa..c73af1d9f7 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -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.
+
+The implementation of SSLRequire
is not thread safe.
+ Using SSLRequire
inside .htaccess
files
+ on a threaded MPM may cause random crashes.
+
+
The expression must match the following syntax (given as a BNF
grammar notation):