Apache
August 15, 2019
I am currently in the process of migrating a bunch of sites on this machine from
Apache to nginx. Rather than take everything down and migrate it all at once, I
wanted to do this incrementally. But that raises a question: how do you
incrementally migrate site configs from one to the other on the same machine,
since both servers will need to be running and listening on ports 80 and 443?
The solution I came up with was to move Apache to different ports (8080 and
4443) and to set the default nginx config to be a reverse proxy!
Read More