mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
notes on mod_python
This commit is contained in:
@@ -87,6 +87,12 @@ Apache + mod_wsgi
|
|||||||
Apache + mod_python
|
Apache + mod_python
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
For a long period Apache with mod_python was one of the most reccomended
|
||||||
|
ways to deploy Python applications and thus you may see many tutorials
|
||||||
|
about it on the web or in books, however Apache no longer supports
|
||||||
|
mod_python and thus this deployment mechanism is strongly discouraged in
|
||||||
|
favor of WSGI based ones.
|
||||||
|
|
||||||
|
|
||||||
Nginx + gunicorn
|
Nginx + gunicorn
|
||||||
----------------
|
----------------
|
||||||
|
|||||||
Reference in New Issue
Block a user