]> granicus.if.org Git - apache/commitdiff
Generated doc changes
authorMike Rumph <mrumph@apache.org>
Thu, 3 Dec 2015 16:04:18 +0000 (16:04 +0000)
committerMike Rumph <mrumph@apache.org>
Thu, 3 Dec 2015 16:04:18 +0000 (16:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1717790 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_allowmethods.html.en
docs/manual/mod/mod_allowmethods.xml.fr

index 00fffd9b16bc5df5eca48207fb47564a0da31b28..e47840752d0b6832a0570baa72f190d7c00bf9da 100644 (file)
@@ -36,7 +36,7 @@
 <h3>Summary</h3>
 
 <p>This module makes it easy to restrict what HTTP methods can be
-used on an server. The most common configuration would be:</p>
+used on a server. The most common configuration would be:</p>
 
 <pre class="prettyprint lang-config">&lt;Location "/"&gt;
    AllowMethods GET POST OPTIONS
@@ -62,9 +62,9 @@ used on an server. The most common configuration would be:</p>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_allowmethods</td></tr>
 </table>
 
-<p>The HTTP-methods are case sensitive, and are generally as per
-RFC given in upper case. The GET and HEAD methods are treated as
-equivalent. The <code>reset</code> keyword can be used
+<p>The HTTP-methods are case sensitive and are generally, as per
+RFC, given in upper case. The GET and HEAD methods are treated as
+equivalent. The <code>reset</code> keyword can be used to
 turn off <code class="module"><a href="../mod/mod_allowmethods.html">mod_allowmethods</a></code> in a deeper nested context:</p>
 
 <pre class="prettyprint lang-config">&lt;Location "/svn"&gt;
@@ -73,7 +73,7 @@ turn off <code class="module"><a href="../mod/mod_allowmethods.html">mod_allowme
 
 
 <div class="note"><h3>Caution</h3>
-  <p>The TRACE method can not be denied by this module,
+  <p>The TRACE method cannot be denied by this module;
   use <code class="directive"><a href="../mod/core.html#traceenable">TraceEnable</a></code> instead.</p>
 </div>
 
index 0d82276f1cb61eddb85ef9b297ff5ef0dcb999b4..e422a3087a59424cb4fd226203a57af76dfca826 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1673945:1717123 (outdated) -->
+<!-- English Revision: 1673945:1717786 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->