You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mr...@apache.org on 2015/12/03 17:01:19 UTC

svn commit: r1717786 - /httpd/httpd/trunk/docs/manual/mod/mod_allowmethods.xml

Author: mrumph
Date: Thu Dec  3 16:01:19 2015
New Revision: 1717786

URL: http://svn.apache.org/viewvc?rev=1717786&view=rev
Log:
Typos and grammar corrections

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_allowmethods.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_allowmethods.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_allowmethods.xml?rev=1717786&r1=1717785&r2=1717786&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_allowmethods.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_allowmethods.xml Thu Dec  3 16:01:19 2015
@@ -40,7 +40,7 @@ in order for it to rebuild correctly.
 
 <summary>
 <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>
 
 <highlight language="config">
 &lt;Location "/"&gt;
@@ -61,9 +61,9 @@ used on an server. The most common confi
 
 <usage>
 
-<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 <module>mod_allowmethods</module> in a deeper nested context:</p>
 
 <highlight language="config">
@@ -73,7 +73,7 @@ turn off <module>mod_allowmethods</modul
 </highlight>
 
 <note><title>Caution</title>
-  <p>The TRACE method can not be denied by this module,
+  <p>The TRACE method cannot be denied by this module;
   use <directive module="core">TraceEnable</directive> instead.</p>
 </note>