From: Mike Rumph Date: Thu, 3 Dec 2015 16:38:29 +0000 (+0000) Subject: Typos and grammar corrections X-Git-Tag: 2.4.18~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a57171a84f373ad2ccc2ce8265dc5cf4a04aa38;p=thirdparty%2Fapache%2Fhttpd.git Typos and grammar corrections git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1717800 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_allowmethods.xml b/docs/manual/mod/mod_allowmethods.xml index e09452d4311..22b5db4fb4e 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.