From 58c66fb005dc00a5837b43b80701a32837de4c9e Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Fri, 11 Jan 2019 21:44:13 +0000 Subject: [PATCH] Fix a typo (r1851100 in trunk) + a few random synch with trunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1851101 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 4b977c8bd94..01e545313d6 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -83,13 +83,14 @@ mod_cache mod_proxy_ajp +mod_proxy_balancer mod_proxy_connect mod_proxy_fcgi mod_proxy_ftp +mod_proxy_hcheck mod_proxy_http mod_proxy_scgi mod_proxy_wstunnel -mod_proxy_balancer mod_ssl
Forward Proxies and Reverse @@ -698,8 +699,8 @@ expressions</description> <usage> <p>The <directive>ProxyRemoteMatch</directive> is identical to the - <directive module="mod_proxy">ProxyRemote</directive> directive, except that the - first argument is a <glossary ref="regex">regular expression</glossary> + <directive module="mod_proxy">ProxyRemote</directive> directive, except that + the first argument is a <glossary ref="regex">regular expression</glossary> match against the requested URL.</p> </usage> </directivesynopsis> @@ -846,8 +847,8 @@ expressions</description> <note type="warning"><title>Warning

Keep in mind that the same parameter key can have a different meaning - depending whether it is applied to a balancer or a worker, as shown by the two - examples above regarding timeout.

+ depending whether it is applied to a balancer or a worker, as shown by + the two examples above regarding timeout.

@@ -889,7 +890,7 @@ expressions

In 2.4.7 and later, support for using a Unix Domain Socket is available by using a target which prepends unix:/path/lis.sock|. For example, to proxy - HTTP and target the UDS at /home/www/socket, you would use + HTTP and target the UDS at /home/www.socket, you would use unix:/home/www.socket|http://localhost/whatever/.

Note: The path associated with the unix: -- 2.47.3