From: Mike Rumph Date: Thu, 3 Dec 2015 16:01:19 +0000 (+0000) Subject: Typos and grammar corrections X-Git-Tag: 2.5.0-alpha~2574 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26bad0b9868a8d7e92f1bd5acc49f05d3eb3b875;p=apache Typos and grammar corrections git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1717786 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_allowmethods.xml b/docs/manual/mod/mod_allowmethods.xml index ebecf8631b..e73e0e23ad 100644 --- a/docs/manual/mod/mod_allowmethods.xml +++ b/docs/manual/mod/mod_allowmethods.xml @@ -40,7 +40,7 @@ in order for it to rebuild correctly.

This module makes it easy to restrict what HTTP methods can be -used on an server. The most common configuration would be:

+used on a server. The most common configuration would be:

<Location "/"> @@ -61,9 +61,9 @@ used on an server. The most common configuration would be:

-

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 reset keyword can be used +

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 reset keyword can be used to turn off mod_allowmethods in a deeper nested context:

@@ -73,7 +73,7 @@ turn off mod_allowmethods in a deeper nested context:

Caution -

The TRACE method can not be denied by this module, +

The TRACE method cannot be denied by this module; use TraceEnable instead.