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 2003/05/01 01:19:08 UTC

DO NOT REPLY [Bug 19505] New: - mod_proxy as load balancer?

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19505

mod_proxy as load balancer?

           Summary: mod_proxy as load balancer?
           Product: Apache httpd-2.0
           Version: HEAD
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: mod_proxy
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: gregw@mortbay.com


Having implemented the AJP13 protocol - I really don't like mod_jk as the
apache load balancer for servlet container.

It would be REALLY good if mod_proxy could be used as part of an apache load
balancing.  Most servlet containers have a good HTTP/1.1 implementation now so
it makes sense to use HTTP as the protocol between an apache based load balancer
and the servlet containers.

Are there any plans to include such functionality in mod_proxy?
Do you think that mod_proxy is the place for such functionality or should be
done in a separate module that then uses mod_proxy (or mod_jk??) to delegate
a request to the servlet container.

If the ProxyPass directive could be given a policy mechanism for determining the
URL base to proxy to, then this would be a load balancer?

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