summaryrefslogtreecommitdiff
path: root/docs/howto/deployment/wsgi/modwsgi.txt
AgeCommit message (Collapse)Author
2014-10-27[1.6.x] Fixed #23708 -- Corrected mod_wsgi docs reference to nonexistent ↵Tim Graham
comment in wsgi.py. Thanks inglesp for the report. Backport of e460b1c573 from master
2014-10-23[1.6.x] Fixed #23705 -- Removed unnecessary AliasMatch from example Apache ↵Tim Graham
config. Thanks Keryn Knight for the report. Backport of 4b0a45ce64 from master
2014-05-12[1.6.x] Fixed #22619 -- Corrected description of os.path.Tim Graham
Thanks Collin Anderson for the report. Backport of a1be7237ca from master
2014-04-15[1.6.x] Fixed #22392 -- Corrected deployment instructions for Apache 2.4.Tim Graham
Thanks zjcheah at yahoo.com for the report. Backport of 0f37d2e4c0 from master
2014-02-24[1.6.x] Fixed #22116 -- Added precision about WSGIPythonPath separatorClaude Paroz
Thanks donjpacheco for the initial patch. Backport of 91f4a75a6b from master.
2014-02-18[1.6.x] Fixed #22062 -- Corrected static files config for Apache >= 2.4Tim Graham
Backport of ffa238c3f7 from master
2013-09-03[1.6.x] Fixed #20973 -- Document serving static files without ↵Loic Bistuer
django.contrib.staticfiles Backport of 7b04038a7f from master
2013-06-20Fixed #19319 -- Updated example httpd.conf for Apache 2.4Tim Graham
Thanks colinnkeenan@ for the report.
2013-03-15Fix #20054: Removed links to modwsgi.org.Baptiste Mispelon
2012-10-29Fixed #19208 -- Docs for mod_wsgi daemon modeAymeric Augustin
Thanks Graham Dumpleton for the patch.
2012-09-29Added a missing commaPreston Holmes
2012-09-29Fixed a couple errors and inconsistencies in mod_wsgi docsPreston Holmes
Fixes #19042
2012-09-27Fixed #18518 -- Add warning re mod_wsgi and wsgi.py environ handling.Carl Meyer
2012-09-27fixed #10809 -- add a mod_wsgi authentication handlerPreston Holmes
Thanks to baumer1122 for the suggestion and initial patch and David Fischer for the contributions and long term patch maintenance and docs.
2012-03-31Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ↵Claude Paroz
Augustin for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17835 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-03Edited deployment doc changes from [17338]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17421 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-04Clarified deployment docs to avoid giving users the impression that ↵Carl Meyer
staticfiles should be used to actually serve files in production. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17338 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled ↵Carl Meyer
internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17022 bcc190cf-cafb-0310-a4f2-bffc1f526a37