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=29404>. 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=29404 Allow definition of source address of outgoing connections from mod_proxy ------- Additional Comments From [EMAIL PROTECTED] 2004-06-08 17:41 ------- Yes, and it should follow the usual preference rules if it's also declared outside a VirtualHost. Would it be worth extending ProxySourceAddress to per-dir context? It's not allowed there at the moment, but presumably it wouldn't be too difficult to add, since mod_proxy already declares the per-dir create and merge hooks, and maintains a per-dir config structure. Actually, is it just a matter of adding ACCESS_CONF or OR_ALL to the flags in proxy_cmds, and letting the core take care of the necessary merging? On pools: I've used server->process->pconf, as bind_addr is only defined once at initial config time and needs to survive across requests - is that an appropriate pool, or is there a better choice? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
