diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2026-04-07 13:03:37 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2026-04-07 21:21:12 +0200 |
| commit | 74e73dc1315d696330621a7f08310a2e87ea0eba (patch) | |
| tree | b8d540ea116b866edc706c62a3f818c3c159205e /docs | |
| parent | 8cf3114defb3678c5dd2710e0a7d8502de73f071 (diff) | |
Updated Apache links to the current docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/deployment/wsgi/apache-auth.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/howto/deployment/wsgi/apache-auth.txt b/docs/howto/deployment/wsgi/apache-auth.txt index b927069543..58cb284393 100644 --- a/docs/howto/deployment/wsgi/apache-auth.txt +++ b/docs/howto/deployment/wsgi/apache-auth.txt @@ -5,7 +5,7 @@ How to authenticate 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/index>` directly. This -requires Apache version >= 2.2 and mod_wsgi >= 2.0. For example, you could: +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. @@ -23,7 +23,7 @@ requires Apache version >= 2.2 and mod_wsgi >= 2.0. For example, you could: auth handler if your custom cannot conform to these requirements. .. _Subversion: https://subversion.apache.org/ -.. _mod_dav: https://httpd.apache.org/docs/2.2/mod/mod_dav.html +.. _mod_dav: https://httpd.apache.org/docs/current/mod/mod_dav.html Authentication with ``mod_wsgi`` ================================ @@ -66,7 +66,7 @@ password that it receives from the prompt. In this example, the application :doc:`that is created by django-admin startproject </howto/deployment/wsgi/index>`. -.. admonition:: Using Apache 2.2 with authentication +.. admonition:: Using Apache 2.2+ with authentication Make sure that ``mod_auth_basic`` and ``mod_authz_user`` are loaded. |
