Posted this on StackOverflow, but realized it probably belongs here:
I have a Ubuntu (now upgrading it to 22.04) server that runs several virtual hosts with php applications. I'd like to run a couple of node applications (I am converting the old php ones to node) on it, and I'd like to use dokku to keep them separated one from the others. Is there a way to have both Apache (and its virtual hosts) and Dokku running on the same server, and both responding to port 80? I was thinking that maybe running Dokku on a port different than 80 and having a reverse proxy on apache might work, but I am not sure and don't have any experience on this.