Skip to content

Commit 74e73dc

Browse files
committed
Updated Apache links to the current docs.
1 parent 8cf3114 commit 74e73dc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/howto/deployment/wsgi/apache-auth.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ How to authenticate against Django's user database from Apache
55
Since keeping multiple authentication databases in sync is a common problem
66
when dealing with Apache, you can configure Apache to authenticate against
77
Django's :doc:`authentication system </topics/auth/index>` directly. This
8-
requires Apache version >= 2.2 and mod_wsgi >= 2.0. For example, you could:
8+
requires Apache version >= 2.2 and ``mod_wsgi`` >= 2.0. For example, you could:
99

1010
* Serve static/media files directly from Apache only to authenticated users.
1111

@@ -23,7 +23,7 @@ requires Apache version >= 2.2 and mod_wsgi >= 2.0. For example, you could:
2323
auth handler if your custom cannot conform to these requirements.
2424

2525
.. _Subversion: https://subversion.apache.org/
26-
.. _mod_dav: https://httpd.apache.org/docs/2.2/mod/mod_dav.html
26+
.. _mod_dav: https://httpd.apache.org/docs/current/mod/mod_dav.html
2727

2828
Authentication with ``mod_wsgi``
2929
================================
@@ -66,7 +66,7 @@ password that it receives from the prompt. In this example, the
6666
application :doc:`that is created by django-admin startproject
6767
</howto/deployment/wsgi/index>`.
6868

69-
.. admonition:: Using Apache 2.2 with authentication
69+
.. admonition:: Using Apache 2.2+ with authentication
7070

7171
Make sure that ``mod_auth_basic`` and ``mod_authz_user`` are loaded.
7272

0 commit comments

Comments
 (0)