httpd "Listen" directive tells httpd to listen on a specific IP address only. It does not tell httpd to use a specific IP address for outbound connections which are created in reverse proxy operation.
Further investigation showed that httpd uses on Linux last configured IP(v6) address on interface. If there are different networks it uses last configured address in matching network. This is from point of routing ok, but may interfere other intentions regarding e.g. reverse DNS. For better understanding a small ascii graphic:
client --> rproxy --> dest. hostif dest. host resolves IP by reverse DNS it should get the right name which depends on outbound IP address used by rproxy.
Christian Krist van Besien schrieb:
This is most likely an operating system issue. You have to tell your server to route packets for your IPv6 hosts over the 1) interface.
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx