diff options
Diffstat (limited to 'docs/howto/deployment/wsgi/apache-auth.txt')
| -rw-r--r-- | docs/howto/deployment/wsgi/apache-auth.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/howto/deployment/wsgi/apache-auth.txt b/docs/howto/deployment/wsgi/apache-auth.txt index 0629b785c5..454abf232c 100644 --- a/docs/howto/deployment/wsgi/apache-auth.txt +++ b/docs/howto/deployment/wsgi/apache-auth.txt @@ -2,10 +2,10 @@ 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: +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: * Serve static/media files directly from Apache only to authenticated users. |
