Commit 477df0b6 authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1734354 13f79535-47bb-0310-9956-ffa450edef68
parent c57ed8fa
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -71,8 +71,9 @@

    <p>The usage of these directives is:</p>

    <pre class="prettyprint lang-config">Require host address
Require ip ip.address</pre>
    <pre class="prettyprint lang-config">Require host <var>address</var>
Require ip <var>ip.address</var>
    </pre>


    <p>In the first form, <var>address</var> is a fully qualified
@@ -107,7 +108,8 @@ Require ip ip.address</pre>
    instead, you have a machine name, rather than an IP address, you 
    can use that.</p>

    <pre class="prettyprint lang-config">Require not host <var>host.example.com</var></pre>
    <pre class="prettyprint lang-config">Require not host <var>host.example.com</var>
    </pre>


    <p>And, if you'd like to block access from an entire domain,
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
<!-- English Revision: 1673563 -->
<!-- English Revision: 1673563:1734353 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->

+1 −1
Original line number Diff line number Diff line
@@ -8,6 +8,6 @@

  <variants>
    <variant>en</variant>
    <variant>fr</variant>
    <variant outdated="yes">fr</variant>
  </variants>
</metafile>