Hello,
Python 3.7 project is already served under apache (Apache/2.4.29 (Ubuntu) OpenSSL/1.1.1 mod_wsgi/4.7.1 Python/3.7 configured).
I want to create a second project with Python 3.8 and apache to be able to serve both python versions in parallel.
My understanding is that apache with mod_wsgi can serve only 1 python version at a time.
Can I create a second apache instance on the same server and each apache instance to point to a a different mod_wsgi.so? I don't want to have embedded apaches inside each python distribution or apache to act as a proxy but have 2 apache and each one to be able to use different ports, modules and virtualhosts files
Thank you in advance,
Nadia