diff options
author | Alasdair Nicol <alasdair@thenicols.net> | 2016-03-01 16:02:09 +0000 |
---|---|---|
committer | Tim Graham <timograham@gmail.com> | 2016-03-01 19:22:32 -0500 |
commit | 8c42cf0cbd87f344748423f235938dd6ade03f55 (patch) | |
tree | 56ea8bd4223785d88355664776c70b1a2f45caad /docs/howto/deployment/wsgi/apache-auth.txt | |
parent | 33db899a21387b8a00e881a06bd8e085482d30c2 (diff) | |
download | django-8c42cf0cbd87f344748423f235938dd6ade03f55.tar.gz |
Fixed #26303 -- Updated links to mod_wsgi docs.
Diffstat (limited to 'docs/howto/deployment/wsgi/apache-auth.txt')
-rw-r--r-- | docs/howto/deployment/wsgi/apache-auth.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/deployment/wsgi/apache-auth.txt b/docs/howto/deployment/wsgi/apache-auth.txt index 9246c081e7..e6fea98c85 100644 --- a/docs/howto/deployment/wsgi/apache-auth.txt +++ b/docs/howto/deployment/wsgi/apache-auth.txt @@ -97,8 +97,8 @@ Requests beginning with ``/secret/`` will now require a user to authenticate. The mod_wsgi `access control mechanisms documentation`_ provides additional details and information about alternative methods of authentication. -.. _Defining Application Groups: https://code.google.com/p/modwsgi/wiki/ConfigurationGuidelines#Defining_Application_Groups -.. _access control mechanisms documentation: https://code.google.com/p/modwsgi/wiki/AccessControlMechanisms +.. _Defining Application Groups: https://modwsgi.readthedocs.org/en/develop/user-guides/configuration-guidelines.html#defining-application-groups +.. _access control mechanisms documentation: https://modwsgi.readthedocs.org/en/develop/user-guides/access-control-mechanisms.html Authorization with ``mod_wsgi`` and Django groups ------------------------------------------------- |