summaryrefslogtreecommitdiff
path: root/docs/howto/deployment/wsgi/modwsgi.txt
AgeCommit message (Expand)Author
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2022-08-09Fixed #33842 -- Used :source: role for links to repo files on GitHub.Ramil Yanbulatov
2021-10-08Improved docs regarding UTF-8 support with Apache and mod_wsgi.Nick Frazier
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2020-06-02Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.Jon Dufresne
2020-05-25Removed instructions for unsupported Apache versions.Claude Paroz
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2018-11-10Updated some links to https and new locations.Mads Jensen
2017-06-20Fixed #28327 -- Removed contradictory description of mod_wsgi docs.Tim Graham
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
2017-02-13Fixed #27823 -- Updated mod_wsgi example to use WSGIPythonHome.Tim Graham
2016-11-22Updated doc links to virtualenv website.Daniel Musketa
2016-04-28Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-03-09Fixed #26302 -- Removed incorrect statement about virtual hosts.girish ramnani
2016-03-01Fixed #26303 -- Updated links to mod_wsgi docs.Alasdair Nicol
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-08Fixed #26055 -- Removed an orphaned phrase in docs/howto/deployment/wsgi/modw...Tim Graham
2015-12-29Fixed #25104 -- Added httpd.conf hyperlink to modwsgi doc.za
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-14Fixed #17686, refs #17816 -- Added "Files" section to Unicode topic.Florian Demmer
2015-09-14Reverted "Fixed #25203 -- Documented how to pass Apache environment variables...Tim Graham
2015-09-11Fixed #25203 -- Documented how to pass Apache environment variables to Django.Paul Rentschler
2015-09-04Refs #25345 -- Updated links to code.google.com.Maxime Lorant
2015-03-12Documented how to use a non-root subdirectory with mod_wsgi.Ian Lee
2015-03-02Added syntax highlighting for apache code blocksIan Lee
2014-10-27Fixed #23708 -- Corrected mod_wsgi docs reference to nonexistent comment in w...Tim Graham
2014-10-23Fixed #23705 -- Removed unnecessary AliasMatch from example Apache config.Tim Graham
2014-10-15Fixed #23637 -- Removed TUX, lighttpd, and Cherokee as common.Collin Anderson
2014-05-12Fixed #22619 -- Corrected description of os.path.Tim Graham
2014-04-20Changed paths in docs that referred to Python 2.Aymeric Augustin
2014-04-15Fixed #22392 -- Corrected deployment instructions for Apache 2.4.Tim Graham
2014-02-24Fixed #22116 -- Added precision about WSGIPythonPath separatorClaude Paroz
2014-02-18Fixed #22062 -- Corrected static files config for Apache >= 2.4Tim Graham
2013-09-03Fixed #20973 -- Document serving static files without django.contrib.staticfilesLoic Bistuer
2013-08-15Fixed some ReST errors regarding backticksTim Graham
2013-06-20Fixed #19319 -- Updated example httpd.conf for Apache 2.4Tim Graham
2013-03-15Fix #20054: Removed links to modwsgi.org.Baptiste Mispelon
2012-10-29Fixed #19208 -- Docs for mod_wsgi daemon modeAymeric Augustin
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-03-31Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ...Claude Paroz
2012-02-03Edited deployment doc changes from [17338]Adrian Holovaty
2012-01-04Clarified deployment docs to avoid giving users the impression that staticfil...Carl Meyer
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...Carl Meyer