Home >Backend Development >PHP Tutorial >多网卡多ip下如何指定某个ip发送http请求?

多网卡多ip下如何指定某个ip发送http请求?

WBOY
WBOYOriginal
2016-06-06 20:34:502660browse

RT

假设服务器上有2个网卡,每个网卡都绑定一个可以访问远端http服务的ip地址。

现在,如果在该服务器上跑一个web服务,如何让该web服务使用指定的某个ip地址来向目标http服务发送请求呢?

回复内容:

RT

假设服务器上有2个网卡,每个网卡都绑定一个可以访问远端http服务的ip地址。

现在,如果在该服务器上跑一个web服务,如何让该web服务使用指定的某个ip地址来向目标http服务发送请求呢?

直接阅读Socket 的 JavaDoc

bind 方法。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn