Web server send outgoing request to specific isp gateway
- by itsoft3g
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.