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

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

index c281c1d0348e2785d334cc1cce40b4d57c9864cb..d84b74c03db49c33f37dc8c7cf4e49a51532cbb1 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 3643c3ae2d8be3723ca5be123a46be3590080e03..e0124dfea10384275a8b6e9ad85d660567b60b49 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: 1673563:1717125 (outdated) -->
+<!-- English Revision: 1673563:1717800 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->