You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2005/07/22 12:00:48 UTC

svn commit: r220287 - in /httpd/httpd/trunk/docs/manual: mod/mod_ssl.html.en programs/httxt2dbm.html.en

Author: pquerna
Date: Fri Jul 22 03:00:46 2005
New Revision: 220287

URL: http://svn.apache.org/viewcvs?rev=220287&view=rev
Log:
build.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en
    httpd/httpd/trunk/docs/manual/programs/httxt2dbm.html.en

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en?rev=220287&r1=220286&r2=220287&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en Fri Jul 22 03:00:46 2005
@@ -1352,7 +1352,7 @@
 </table>
 <p>
 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.</p>
 <div class="warning">
@@ -1380,6 +1380,7 @@
            | word "<strong>&gt;</strong>"  word | word "<strong>gt</strong>" word
            | word "<strong>&gt;=</strong>" word | word "<strong>ge</strong>" word
            | word "<strong>in</strong>" "<strong>{</strong>" wordlist "<strong>}</strong>"
+           | word "<strong>in</strong>" "<strong>OID(</strong>" word "<strong>)</strong>"
            | word "<strong>=~</strong>" regex
            | word "<strong>!~</strong>" regex
 
@@ -1421,6 +1422,11 @@
             and %{TIME_HOUR} &gt;= 8 and %{TIME_HOUR} &lt;= 20       ) \<br />
            or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/
 </code></p></div>
+<p>The <code>OID()</code> 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.
+</p>
 
 <p><em>Standard CGI/1.0 and Apache variables:</em></p>
 <pre>

Modified: httpd/httpd/trunk/docs/manual/programs/httxt2dbm.html.en
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/programs/httxt2dbm.html.en?rev=220287&r1=220286&r2=220287&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/httxt2dbm.html.en (original)
+++ httpd/httpd/trunk/docs/manual/programs/httxt2dbm.html.en Fri Jul 22 03:00:46 2005
@@ -70,8 +70,8 @@
 <div class="section">
 <h2><a name="examples" id="examples">Examples</a></h2>
     <div class="example"><p><code>
-      httxt2dbm -i rewritemap.txt -i rewritemap.dbm<br />
-      httxt2dbm -f SDBM -i rewritemap.txt -i rewritemap.dbm<br />
+      httxt2dbm -i rewritemap.txt -o rewritemap.dbm<br />
+      httxt2dbm -f SDBM -i rewritemap.txt -o rewritemap.dbm<br />
     </code></p></div>
 </div></div>
 <div class="bottomlang">