From f4da1ffcb7b507bfafd11e6d5fdbc6fe0a66f827 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Tue, 26 Apr 2005 07:09:21 +0000 Subject: [PATCH] update transformation. 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 | 6 ++++++ 1 file changed, 6 insertions(+) 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.

+
+

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.50.1