diff options
author | Preston Holmes <preston@ptone.com> | 2012-12-28 11:00:11 -0800 |
---|---|---|
committer | Preston Holmes <preston@ptone.com> | 2012-12-28 11:06:12 -0800 |
commit | 11ded967c443087487f3872aafd86842608b4c64 (patch) | |
tree | a25a1388a0109d7723a738f3926c791628eab211 /docs/howto/deployment/wsgi/apache-auth.txt | |
parent | db278c3bf9177043c42a9ed8b529a5c117938460 (diff) | |
download | django-11ded967c443087487f3872aafd86842608b4c64.tar.gz |
Fixed #19498 -- refactored auth documentation
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.
Diffstat (limited to 'docs/howto/deployment/wsgi/apache-auth.txt')
-rw-r--r-- | docs/howto/deployment/wsgi/apache-auth.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/deployment/wsgi/apache-auth.txt b/docs/howto/deployment/wsgi/apache-auth.txt index 5f700f1cb3..220645947d 100644 --- a/docs/howto/deployment/wsgi/apache-auth.txt +++ b/docs/howto/deployment/wsgi/apache-auth.txt @@ -4,7 +4,7 @@ Authenticating against Django's user database from Apache Since keeping multiple authentication databases in sync is a common problem when dealing with Apache, you can configure Apache to authenticate against Django's -:doc:`authentication system </topics/auth>` directly. This requires Apache +:doc:`authentication system </topics/auth/index>` directly. This requires Apache version >= 2.2 and mod_wsgi >= 2.0. For example, you could: * Serve static/media files directly from Apache only to authenticated users. |