mod_proxy.xml: add vhost/server contextes for ProxySet
authorLuca Toscano <elukey@apache.org>
Wed, 27 Jun 2018 17:50:40 +0000 (17:50 +0000)
committerLuca Toscano <elukey@apache.org>
Wed, 27 Jun 2018 17:50:40 +0000 (17:50 +0000)
While reading PR 62422 I noticed that ProxySet's available
contextes list only 'directory', that looks odd:

AP_INIT_RAW_ARGS("ProxySet", set_proxy_param, NULL, RSRC_CONF|ACCESS_CONF

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1834524 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 67e752ba2b00f540c163ebcd8fb63980e62cd90c..4faa56a479b359ac63302c99035c92d8fe0b1513 100644 (file)
@@ -804,7 +804,8 @@ expressions</description>
 <name>ProxySet</name>
 <description>Set various Proxy balancer or member parameters</description>
 <syntax>ProxySet <var>url</var> <var>key=value [key=value ...]</var></syntax>
-<contextlist><context>directory</context>
+<contextlist><context>server config</context><context>virtual host</context>
+<context>directory</context>
 </contextlist>
 <compatibility>ProxySet is only available in Apache HTTP Server 2.2
   and later.</compatibility>