From 290a9cad3f9b860b6b191aeeb1cc8af2929f006a Mon Sep 17 00:00:00 2001 From: Mike Rumph Date: Thu, 3 Dec 2015 16:42:14 +0000 Subject: [PATCH] Generated doc changes 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 | 10 +++++----- docs/manual/mod/mod_allowmethods.xml.fr | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/mod_allowmethods.html.en b/docs/manual/mod/mod_allowmethods.html.en index c281c1d034..d84b74c03d 100644 --- a/docs/manual/mod/mod_allowmethods.html.en +++ b/docs/manual/mod/mod_allowmethods.html.en @@ -36,7 +36,7 @@

Summary

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 "/">
    AllowMethods GET POST OPTIONS
@@ -62,9 +62,9 @@ used on an server. The most common configuration would be:

Module:mod_allowmethods -

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:

<Location "/svn">
@@ -73,7 +73,7 @@ turn off mod_allowme
 
 
 
 
diff --git a/docs/manual/mod/mod_allowmethods.xml.fr b/docs/manual/mod/mod_allowmethods.xml.fr
index 3643c3ae2d..e0124dfea1 100644
--- a/docs/manual/mod/mod_allowmethods.xml.fr
+++ b/docs/manual/mod/mod_allowmethods.xml.fr
@@ -1,7 +1,7 @@
 
 
 
-
+
 
 
 
-- 
2.40.0