From f33af3aa79df896083c513aff7f2ac3732f9df43 Mon Sep 17 00:00:00 2001 From: Takashi Sato Date: Fri, 25 Dec 2009 16:32:20 +0000 Subject: [PATCH] Fix the ProxyPass example accoding to the trailing slash rule. Submitted by: inoue PR: 48444 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@893874 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

A sample balancer setup

- ProxyPass /special-area http://special.example.com/ smax=5 max=10
+ ProxyPass /special-area http://special.example.com smax=5 max=10
ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover=On
<Proxy balancer://mycluster>
-- 2.50.1