summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2017-12-19 19:11:18 +0000
committerEric Covener <covener@apache.org>2017-12-19 19:11:18 +0000
commitc2ed382365b13be166ac96224daf563940362e13 (patch)
treecf8b4608c870784ac4f66b3c1da01933f822e52c
parentbe2f15d0da16a82dd04bf20fa501fcc90847c59b (diff)
downloadhttpd-c2ed382365b13be166ac96224daf563940362e13.tar.gz
Merge r1818701 from trunk:
clarify/reword RegisterHTTPMethod and add some seealso's git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1818702 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/core.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index e33b8386fc..a1c10e7718 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -4905,7 +4905,6 @@ as if 'QualifyRedirectURL ON' was configured.</compatibility>
</usage>
</directivesynopsis>
-
<directivesynopsis>
<name>RegisterHttpMethod</name>
<description>Register non-standard HTTP methods</description>
@@ -4913,13 +4912,14 @@ as if 'QualifyRedirectURL ON' was configured.</compatibility>
<contextlist><context>server config</context></contextlist>
<usage>
-<p>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 <directive>RegisterHttpMethod</directive> allows to register such
-methods manually. This can be useful for if such methods are forwared
-for external processing, e.g. to a CGI script.</p>
+<p>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.</p>
</usage>
+<seealso><directive module="core">HTTPProtocolOptions</directive></seealso>
+<seealso><directive module="mod_allowmethods">AllowMethods</directive></seealso>
</directivesynopsis>
</modulesynopsis>