From cd03e3a3a5dd6237105b54e6db07ee23f4db02f0 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 30 Dec 2011 14:37:24 -0600 Subject: [PATCH] notes on mod_python --- docs/scenarios/web.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index 8d0ebe5..d6b0f89 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -87,6 +87,12 @@ Apache + mod_wsgi 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 ----------------