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 -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/modwsgi/55f24d65-f9b8-4902-a3c3-ef01f48fd26cn%40googlegroups.com.
