@@ -5,7 +5,7 @@ How to authenticate against Django's user database from Apache
55Since keeping multiple authentication databases in sync is a common problem
66when dealing with Apache, you can configure Apache to authenticate against
77Django'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
2828Authentication with ``mod_wsgi``
2929================================
@@ -66,7 +66,7 @@ password that it receives from the prompt. In this example, the
6666application :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