From: Paul Querna Date: Tue, 26 Apr 2005 07:09:21 +0000 (+0000) Subject: update transformation. X-Git-Tag: 2.1.5~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4da1ffcb7b507bfafd11e6d5fdbc6fe0a66f827;p=thirdparty%2Fapache%2Fhttpd.git update transformation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164758 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index ef2a72ef1b8..fa0df81e6f4 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):