summaryrefslogtreecommitdiff
path: root/docs/howto/deployment
AgeCommit message (Expand)Author
2014-08-02[1.7.x] Fixed #23154 -- Removed reference to deprecated run_gunicorn command.Tim Graham
2014-05-12[1.7.x] Fixed #22619 -- Corrected description of os.path.Tim Graham
2014-04-15[1.7.x] Fixed #22392 -- Corrected deployment instructions for Apache 2.4.Tim Graham
2014-03-02Removed WSGI upgrade instructions for Django 1.3 and earlier.Tim Graham
2014-02-27Fixed documention typojibreel
2014-02-24Fixed #22116 -- Added precision about WSGIPythonPath separatorClaude Paroz
2014-02-18Fixed #22062 -- Corrected static files config for Apache >= 2.4Tim Graham
2013-12-25Fixed #21663 -- Added missing WSGIPythonPath in mod_wsgi config.Tim Graham
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-09-07Fixed #20938 -- Added cached sessions note to deployment checklist.Tim Graham
2013-09-03Fixed #20973 -- Document serving static files without django.contrib.staticfilesLoic Bistuer
2013-08-15Fixed some ReST errors regarding backticksTim Graham
2013-08-01Fixed #20667 - Removed discussion of DEBUG from tutorial.Tim Graham
2013-07-24Fixed #20766 -- Deprecated FastCGI support.Tim Graham
2013-07-17Fixed #20756 -- Typo in uWSGI docs.Tim Graham
2013-07-14Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham
2013-06-20Fixed #19319 -- Updated example httpd.conf for Apache 2.4Tim Graham
2013-06-12Warned that `request_finished` isn't sent by some buggy setups.Jaap Roes
2013-05-27Fixed #20508 -- ReST typo.Aymeric Augustin
2013-05-23Fixed #20080 - Recommended use of PYTHONHASHSEEDTim Graham
2013-05-18Fixed #20402: removed as-limit from uWSGI example.Aymeric Augustin
2013-05-09Fixed #20215 -- Disabled persistent connections by default.Aymeric Augustin
2013-04-29Fixed #20330 -- Normalized spelling of "web server".Aymeric Augustin
2013-04-18Fixed #20282 -- Typo in WSGI docs.Aymeric Augustin
2013-03-30Fixed #19492 - Added a link to the uWSGI/Django tutorial.Tim Graham
2013-03-29Fixed #19897 - Updated static files howto.Tim Graham
2013-03-17Two additions to the deployment checklist.Aymeric Augustin
2013-03-17Fixed #19697 -- Added a deployment checklist.Aymeric Augustin
2013-03-15Fix #20054: Removed links to modwsgi.org.Baptiste Mispelon
2013-03-11Fixed #20026 -- Typo in Apache auth docs.Aymeric Augustin
2013-03-06Fixed #19994 -- Typo.Aymeric Augustin
2013-02-04Simplified default project template.Aymeric Augustin
2013-01-22Fixed #19633 - Discouraged use of gunicorn's Django integration.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-28Fixed #19498 -- refactored auth documentationPreston Holmes
2012-10-29Fixed #19208 -- Docs for mod_wsgi daemon modeAymeric Augustin
2012-10-02Fixed #19057 -- support custom user models in mod_wsgi auth handlerPreston Holmes
2012-09-29Added a missing commaPreston Holmes
2012-09-29Fixed a couple errors and inconsistencies in mod_wsgi docsPreston Holmes
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
2012-08-12Fix link to Gunicorn website in deployment howto.Martijn Vermaat
2012-07-06restored a missing \ in uwsgi docsDaniele Procida
2012-04-08Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...Claude Paroz
2012-03-31Fixed #18029 -- Removed leftover mod_python files forgotten in r17835.Claude Paroz
2012-03-31Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ...Claude Paroz
2012-03-28Fixed 17993 -- Removed quotes around module parameter for wider compatibility...Claude Paroz
2012-03-10Fixed #17842 - Typo in uWsgi docs; thanks mitnk.Timo Graham
2012-03-03Fixed #9995 -- Updated the installation instructions to recommend pip. Also f...Aymeric Augustin
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty