https://issues.apache.org/bugzilla/show_bug.cgi?id=44806





--- Comment #2 from rahul <[EMAIL PROTECTED]>  2008-05-30 07:48:50 PST ---
Created an attachment (id=22038)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22038)
patch for ProxyBindAddress [addr:port+range]

A quite simple minded patch to bind to a particular address and port range
it does
1) bind to a give address:port+range
e.g
ProxyBindAddress 0.0.0.0:11111+10
binds to 0.0.0.0 at 11111 to 11120

or binds to any address given (without range and port)
ProxyBindAddress 0.0.0.0

It tries the ports sequentially until the range is exhausted for each request.
this is probably not optimal. - please do suggest if you know any other way of
doing this.

As of now, it returns 404 rather than 503. this can be changed easily but needs
modification all mod_proxy_*.c files that call ap_proxy_connect_backend


-- 
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]

Reply via email to