https://bz.apache.org/bugzilla/show_bug.cgi?id=62531
--- Comment #1 from O Seibert <o.seib...@syseleven.de> --- We have a similar use case, and ran into a different problem. I would also be interested in a different way to reach the same goal. We approached the routing a bit differently. Instead of marking packets with iptables, we're simply adding a source routing rule for a particular source address to use the internet routing table: $ ip rule ... 32764: from a.b.c.d/31 lookup internet with a matching ProxySourceAddress in the configuration. The problem we see is if the proxy wants to connect to an IPv6 address. That cannot work with an IPv4 source address. However Apache doesn't detect this. Even though the proxy destination has both IPv6 and v4 addresses, it seems to try v6 first. This doesn't work because the routing doesn't work. There are several v6 and v4 addresses; even if it tries all of them in turn, and even if it eventually works, any client that tries to connect gives up before then. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org