From 368356dd9ae6b0d8a652545cdf90ef94cb59f764 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Tue, 26 Apr 2005 07:06:45 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_ssl.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index d32a6ca3aac..c73af1d9f79 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):

-- 2.47.2