Discussion:
balancer ignores query string ...
Krishnamurthy, Srinivasamurthy
2005-04-01 00:10:29 UTC
Permalink
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
============================================================

Loading...