1

Right now I've got a python2 django app deployed in my sever using apache2 and mod-wsgi. Now I want to deploy another one, but this is written in python3. My problem is that mod-wsgi is compiled to python2. What are my alternatives to do the deploy? I thouth I could do another deploy using mod-uwsgi for python3.

PD: I'm also using virtualenvs.

Thanks!

1 Answer 1

1

This is quite an old question but, for those who might still wonder, you can use the uWSGI application server to run applications written in various languages (including Python 2 + Python 3), and then use Apache’s mod_proxy_uwsgi to relay requests to the uWSGI application.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.