I have an existing server running a domain using apache. (php)
Now we have another domain we're trying to run on that same server that we want to run using nginx and uwsgi (python). Also should I run this python project from virtualenv?
Is it even possible to do? Port 80 is already being used by apache. Trying to wrap my head around all this.
Thank you!
Tee