From 47d5368cb9edb99b3e49cde7f465d0b2a116eaf5 Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Wed, 27 Jun 2018 17:50:40 +0000 Subject: [PATCH] mod_proxy.xml: add vhost/server contextes for ProxySet 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 67e752ba2b..4faa56a479 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -804,7 +804,8 @@ expressions ProxySet Set various Proxy balancer or member parameters ProxySet url key=value [key=value ...] -directory +server configvirtual host +directory ProxySet is only available in Apache HTTP Server 2.2 and later. -- 2.40.0