https://issues.apache.org/bugzilla/show_bug.cgi?id=45405
Summary: Allow binding port to be set for individual workers for
proxy requests
Product: Apache httpd-2
Version: 2.3-HEAD
Platform: All
OS/Version: All
Status: NEW
Keywords: PatchAvailable
Severity: enhancement
Priority: P2
Component: mod_proxy
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Created an attachment (id=22264)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=22264)
Patch to allow binding port to be set per worker in mod_proxy
This is an enhancement to what is described in
https://issues.apache.org/bugzilla/show_bug.cgi?id=44806
Allow a binding port and ip-address to be set for individual workers for out
going proxy requests.
The format of configuration is
<Proxy http://url>
ProxySet bind=myhost.com:port+range
</Proxy>
e.g
<Proxy http://url>
ProxySet bind=myhost.com:8000+1000
</Proxy>
The same can also be used in balancer sections for
BalancerMember in <Proxy balancer://cluster>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]