From 26bad0b9868a8d7e92f1bd5acc49f05d3eb3b875 Mon Sep 17 00:00:00 2001 From: Mike Rumph Date: Thu, 3 Dec 2015 16:01:19 +0000 Subject: [PATCH] Typos and grammar corrections git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1717786 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_allowmethods.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.

-- 2.50.0