I have a web application currently running on a single LAMP server, and I'm planning 2 split it into two servers, such that the client requests reach one of the servers from where it will be forwarded to the second server in case the load on the first is high.
The requests come to the IP address of my current server (not domain name).
How can I achieve this?
I hope my question is clear, please comment in case more detail is needed.
Thanks