summaryrefslogtreecommitdiff
path: root/docs/howto/deployment/wsgi/apache-auth.txt
AgeCommit message (Collapse)Author
2026-04-07Updated Apache links to the current docs.Mariusz Felisiak
2025-11-20Fixed typo in docs/howto/deployment/wsgi/apache-auth.txt.Jacob Walls
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content.
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2021-08-17Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.Andrew Northall
2021-07-29Refs #32880 -- Made remaining titles consistent in how-to documents.Mariusz Felisiak
Follow up to 22fbebc7444c8974f101c146f0fc18fe64ab48f6.
2018-01-07Updated various links in docs to use HTTPS.Mariusz Felisiak
2016-11-23Normalized casing of "custom user model".Tim Graham
2016-06-15Fixed broken links in docs and comments.Ville Skyttä
2016-04-28Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-03-01Fixed #26303 -- Updated links to mod_wsgi docs.Alasdair Nicol
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-04-13Fixed typo in docs/howto/deployment/wsgi/apache-auth.txtAfriza N. Arief
2014-09-09Fixed #23350 -- Updated mod_wsgi auth example to use less memory.Tim Graham
Thanks Graham Dumpleton for the report.
2014-08-19Removed unnecessary code-block directives.areski
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2013-12-25Fixed #21663 -- Added missing WSGIPythonPath in mod_wsgi config.Tim Graham
Thanks carrie.hazelton at altamiracorp.com for the report.
2013-08-15Fixed some ReST errors regarding backticksTim Graham
2013-03-11Fixed #20026 -- Typo in Apache auth docs.Aymeric Augustin
2012-12-28Fixed #19498 -- refactored auth documentationPreston Holmes
The auth doc was a single page which had grown unwieldy. This refactor split and grouped the content into sub-topics. Additional corrections and cleanups were made along the way.
2012-10-02Fixed #19057 -- support custom user models in mod_wsgi auth handlerPreston Holmes
thanks @freakboy3742 for the catch and review
2012-09-29Fixed a couple errors and inconsistencies in mod_wsgi docsPreston Holmes
Fixes #19042
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.