From: Eric Covener Date: Tue, 19 Dec 2017 19:06:21 +0000 (+0000) Subject: clarify/reword RegisterHTTPMethod and add some seealso's X-Git-Tag: 2.5.0-alpha2-ci-test-only~3050 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ee085e377285c9b6906e24e226f87b3152b34ab;p=thirdparty%2Fapache%2Fhttpd.git clarify/reword RegisterHTTPMethod and add some seealso's git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1818701 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 75b2bb5ce6e..32a716ab59d 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -5097,13 +5097,14 @@ hostname or IP address server config -

HTTP Methods that are not conforming to the relevant RFCs are normally -rejected by request processing in Apache HTTPD. To avoid this, modules -can register non-standard HTTP methods they support. -The RegisterHttpMethod allows to register such -methods manually. This can be useful if such methods are forwarded -for external processing, e.g. to a CGI script.

+

This directive may be used to register additional HTTP methods. This is +necessary if non-standard methods need to be used with directives that accept +method names as parameters, or to allow particular non-standard methods to be +used via proxy or CGI script when the server has been configured to only pass +recognized methods to modules.

+HTTPProtocolOptions +AllowMethods