Posted by bobzimuta on 08/04/06 15:36
scott.horne@gmail.com wrote:
> I have a machine with multiple IP addresses and I want to select the IP
> address used by my script when it connects to another location. Does
> any one know a way to select which IP address to use when creating a
> connection ?
AFAIK, you need to configure your webserver so that it will receive
requests from particular ports/domains and direct to the appropriate ip
address. The outgoing responses would then be using that ip address.
This is in the realm of virtual hosts.
Maybe there's an apache module you can use via apache_note() or
virtual() to set the outgoing ip address?
Navigation:
[Reply to this message]
|