Django website on VPS with WHM CPanel

403 views Asked by At

What's the difference between mod_wsgi and mod_python.

In order to publish django websites on VPS, which one should I install on VPS?

1

There are 1 answers

5
thebjorn On

You should use mod_wsgi. mod_python is the old and direct interface to Apache from Python. wsgi is a standard interface between any webserver and Python (mod_wsgi is the Apache implementation).