From: Paul Querna Date: Fri, 22 Jul 2005 10:00:46 +0000 (+0000) Subject: build. X-Git-Tag: 2.1.7~5^2~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8bce20460c2a5fc8f5b8f9412e8c663c7dcaf01;p=thirdparty%2Fapache%2Fhttpd.git build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@220287 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index fb5fbe16057..5fa606763e6 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -1352,7 +1352,7 @@ boolean expression is true

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 +fulfilled in order to allow access. It is a very powerful directive because the requirement specification is an arbitrarily complex boolean expression containing any number of access checks.

@@ -1380,6 +1380,7 @@ comp ::= word "==" word | word "eq" word | word ">" word | word "gt" word | word ">=" word | word "ge" word | word "in" "{" wordlist "}" + | word "in" "OID(" word ")" | word "=~" regex | word "!~" regex @@ -1421,6 +1422,11 @@ SSLRequire ( %{SSL_CIPHER} !~ m/^(EXP|NULL)-/ \
and %{TIME_HOUR} >= 8 and %{TIME_HOUR} <= 20 ) \
or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/

+

The OID() function expects to find zero or more instances +of the given OID in the client certificate, and compares the left-hand side +string against the value of matching OID attributes. Every matching OID is +checked, until a match is found. +

Standard CGI/1.0 and Apache variables:

diff --git a/docs/manual/programs/httxt2dbm.html.en b/docs/manual/programs/httxt2dbm.html.en
index 394b1125f40..72e6ddccae3 100644
--- a/docs/manual/programs/httxt2dbm.html.en
+++ b/docs/manual/programs/httxt2dbm.html.en
@@ -70,8 +70,8 @@
 

Examples

- httxt2dbm -i rewritemap.txt -i rewritemap.dbm
- httxt2dbm -f SDBM -i rewritemap.txt -i rewritemap.dbm
+ httxt2dbm -i rewritemap.txt -o rewritemap.dbm
+ httxt2dbm -f SDBM -i rewritemap.txt -o rewritemap.dbm