You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/04/01 19:41:37 UTC

DO NOT REPLY [Bug 34266] New: - mod_proxy balancer omits query string ...

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34266>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34266

           Summary: mod_proxy balancer omits query string ...
           Product: Apache httpd-2.0
           Version: 2.1-HEAD
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: cheenu@tellabs.com


I am trying to do a reverse proxy with load balancing across multiple backend 
servers

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 making a browser request to 
http://main.server.com/foo/xservlet?abc=123
the query string does not appear in the request to the load balanced servers 
(http://server1:8080 and http://server2:9080)
I have not verified if http POST data is proxied correctly
 
There is a related bug http://issues.apache.org/bugzilla/show_bug.cgi?id=32459
 
Thanks
Cheenu

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org