[
https://issues.apache.org/jira/browse/TS-2945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14137769#comment-14137769
]
ASF subversion and git services commented on TS-2945:
-----------------------------------------------------
Commit a9905459d93127ce603baa69845d655dfc2d5afa in trafficserver's branch
refs/heads/master from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=a990545 ]
TS-2945: add target port number support to the balancer plugin
> balancer plugin forward to other port than 80
> ---------------------------------------------
>
> Key: TS-2945
> URL: https://issues.apache.org/jira/browse/TS-2945
> Project: Traffic Server
> Issue Type: Improvement
> Components: Plugins
> Reporter: Thibault Marquand
> Assignee: James Peach
> Fix For: 5.2.0
>
>
> The balancer plugin can't load-balance on others ports than 80.
> In documentation of the plugin, there is nothing about how to load-balance on
> others ports.
> Syntax in remap.config :
> map http://foo.com http://foo.com @plugin=balancer.so
> @pparam=--policy=hash,url @pparam=one.bar.com @pparam=two.bar.com
> I obviously try this :
> map http://foo.com http://foo.com @plugin=balancer.so
> @pparam=--policy=hash,url @pparam=one.bar.com:8080 @pparam=two.bar.com:8080
> But ATS continues to hit on port 80 on my web server and in error.log I get
> this :
> status 502 (Connect Error <Connection refused/111>) for
> 'http://two.bar.com:8080/'
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)