summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_proxy_scgi.xml
diff options
context:
space:
mode:
authorTakashi Sato <takashi@apache.org>2013-05-21 11:40:29 +0000
committerTakashi Sato <takashi@apache.org>2013-05-21 11:40:29 +0000
commit2cee62d0c46b6f271a2968c71873cb286305b352 (patch)
tree2aba4a4871123582761a32b4773cca3da0d7b56a /docs/manual/mod/mod_proxy_scgi.xml
parent12b7c4e55cb078057262c35c5bd44d73722917c4 (diff)
downloadhttpd-2cee62d0c46b6f271a2968c71873cb286305b352.tar.gz
Merge r1421851 from trunk:
Fix use of trailing slashes in proxy balancer and member URLs and add a little explanation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1484766 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy_scgi.xml')
-rw-r--r--docs/manual/mod/mod_proxy_scgi.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_proxy_scgi.xml b/docs/manual/mod/mod_proxy_scgi.xml
index 602c211664..2f81adc749 100644
--- a/docs/manual/mod/mod_proxy_scgi.xml
+++ b/docs/manual/mod/mod_proxy_scgi.xml
@@ -69,9 +69,9 @@
<example><title>Balanced gateway</title>
<highlight language="config">
ProxyPass /scgi-bin/ balancer://somecluster/
-&lt;Proxy balancer://somecluster/&gt;
- BalancerMember scgi://localhost:4000/
- BalancerMember scgi://localhost:4001/
+&lt;Proxy balancer://somecluster&gt;
+ BalancerMember scgi://localhost:4000
+ BalancerMember scgi://localhost:4001
&lt;/Proxy&gt;
</highlight>
</example>