Web server send outgoing request to specific isp gateway
Posted
by
itsoft3g
on Server Fault
See other posts from Server Fault
or by itsoft3g
Published on 2010-12-02T10:23:07Z
Indexed on
2011/01/05
21:56 UTC
Read the original article
Hit count: 266
I have a server with 5 ISP connections, i am using Apache web server and php engine to run my application.
Outgoing request to different API now needs to be send through a specific ISP (or a different IPs).
All my API request are sent using PHP and Web server. I am not sure that php will directly communicate with Gateway or it send request via web server.
Please help me to setup this. Thanks in advance.
© Server Fault or respective owner