You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Krishnamurthy, Srinivasamurthy" <Sr...@tellabs.com> on 2005/04/08 21:56:34 UTC

FW: balancer ignores query string ...

I have created a bug report on this
http://issues.apache.org/bugzilla/long_list.cgi?buglist=34266

 

________________________________

From: Krishnamurthy, Srinivasamurthy 
Sent: Thursday, March 31, 2005 6:10 PM
To: 'modproxy-dev@apache.org'
Subject: balancer ignores query string ...

 

I am pretty sure this is a bug, but wanted to make sure before I created
a problem report.

 

I am using the source release of httpd-2.1.3-beta

 

My configuration is:

<IfModule proxy_module>

            ProxyRequests Off

            

            <Proxy balancer://mycluster>

                        BalancerMember http://server1:8080

                        BalancerMember http://server2:9080

            </Proxy>

            

            <Location /foo>

                        ProxyPass balancer://mycluster/foo

            </Location>

</IfModule>

 

 

When I invoke proxy using http://main.server.com/foo/xservlet?abc=123

the query string does not appear in the request on the load balanced
servers (http://server1:8080 <http://server1:8080/>  and
http://server2:9080 <http://server2:9080/> )

 

There is a related bug
http://issues.apache.org/bugzilla/show_bug.cgi?id=32459

 

Thanks

Cheenu

 

============================================================
The information contained in this message may be privileged
and confidential and protected from disclosure. If the reader
of this message is not the intended recipient, or an employee
or agent responsible for delivering this message to the
intended recipient, you are hereby notified that any reproduction,
dissemination or distribution of this communication is strictly
prohibited. If you have received this communication in error,
please notify us immediately by replying to the message and
deleting it from your computer. Thank you. Tellabs
============================================================