Multiple Services running on port 80
I was wondering if it is possible to have coder point to one subdomain (coder.example.com) and have another service like apache run on the same port but redirect to web.example.com. So far I can only get coder to point to the root domain (example.com) but except responses from the subdomain.
5 Replies
you'd have to use a reverse proxy of some kind
sweet, apache has a system for that so this will be easy to get setup@
so, basically, a vhost per site
then you just have coder listen on some random port and have apache relay that port for some domain
Thank you! Alot easier than i was initially thinking
Marked the thread as resolved.