diff options
author | Takashi Sato <takashi@apache.org> | 2009-12-25 17:32:20 +0100 |
---|---|---|
committer | Takashi Sato <takashi@apache.org> | 2009-12-25 17:32:20 +0100 |
commit | f33af3aa79df896083c513aff7f2ac3732f9df43 (patch) | |
tree | 095a23af6e4567aedcc81886b53ac8d9b712984b /docs | |
parent | Proxy: fix ProxyPassReverse with relative URL (diff) | |
download | apache2-f33af3aa79df896083c513aff7f2ac3732f9df43.tar.xz apache2-f33af3aa79df896083c513aff7f2ac3732f9df43.zip |
Fix the ProxyPass example accoding to the trailing slash rule.
Submitted by: inoue <inoue ariel-networks.com>
PR: 48444
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@893874 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_proxy.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index c724ce9eeb..9b70efa8f3 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -880,7 +880,7 @@ expressions</description> </table> <p>A sample balancer setup</p> <example> - ProxyPass /special-area http://special.example.com/ smax=5 max=10<br /> + ProxyPass /special-area http://special.example.com smax=5 max=10<br /> ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover=On<br /> <Proxy balancer://mycluster><br /> <indent> |