Commit 1d4f5652 authored by Paul Querna's avatar Paul Querna
Browse files

build.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@220287 13f79535-47bb-0310-9956-ffa450edef68
parent 4eb92a03
Loading
Loading
Loading
Loading
+7 −1
Changes for docs/manual/mod/mod_ssl.html.en: 7 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -1352,7 +1352,7 @@ boolean expression is true</td></tr>
</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 @@ comp ::= word "<strong>==</strong>" word | word "<strong>eq</strong>" word
           | 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 @@ SSLRequire ( %{SSL_CIPHER} !~ m/^(EXP|NULL)-/ \<br />
            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>
+2 −2
Changes for docs/manual/programs/httxt2dbm.html.en: 2 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -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">