]> granicus.if.org Git - apache/commitdiff
xforms
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 10 Mar 2016 05:34:56 +0000 (05:34 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 10 Mar 2016 05:34:56 +0000 (05:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1734354 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/access.html.en
docs/manual/howto/access.xml.fr
docs/manual/howto/access.xml.meta

index e3e6e539ee598abe842c076c85f7613bce60ff70..9f1f115c2125d5467388db953fbb9b187d6e481b 100644 (file)
@@ -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,
@@ -167,7 +169,7 @@ Require not host gov</pre>
     <pre class="prettyprint lang-config">RewriteEngine On
 RewriteCond "%{TIME_HOUR}" "&gt;=20" [OR]
 RewriteCond "%{TIME_HOUR}" "&lt;07"
-RewriteRule "^/fridge" "-" [F]</pre>
+RewriteRule "^/fridge"     "-" [F]</pre>
 
 
     <p>This will return a 403 Forbidden response for any request after 8pm
index 0fb30aef5d2f7debf967ae3a714ea45444a69a5d..b15be1fc10d8d05aef897520da8dca316741694b 100644 (file)
@@ -1,7 +1,7 @@
 <?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 -->
 
index 605822ecb4ad2ddd85c3d88c12c1455c27ccb6e8..c42bb44f517cde9ccda1fca0ef7c00e5430cacf4 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>