Level 1
Hi. I want to split into different server too. What solution did you go for?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi everyone, I want to build a system with these projects: api.example.com admin.example.com payments.example.com example.com
I'm using AWS as my hosting. Each project needs to be hosted in a different server because I want to use "aws load balancer" for each project. The API will be called from an HAProxy server - http://www.haproxy.org because I'm using multiple domains with SSL but it is not supposed to make any problem.
What is the best why to handle it?
What is recommended? Thank you very much in advanced!
Please or to participate in this conversation.