Skip to content

Commit

Permalink
Fix a couple of typos from [6309]
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6347 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
ubernostrum committed Sep 16, 2007
1 parent e240975 commit d0f4e52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/apache_auth.txt
Expand Up @@ -34,12 +34,12 @@ with the standard ``Auth*`` and ``Require`` directives::
If you're using Apache 2.2, you'll need to take a couple extra steps. If you're using Apache 2.2, you'll need to take a couple extra steps.


You'll need to ensure that ``mod_auth_basic`` and ``mod_authz_user`` You'll need to ensure that ``mod_auth_basic`` and ``mod_authz_user``
are loaded. These might be compiled staticly into Apache, or you might are loaded. These might be compiled statically into Apache, or you might
need to use ``LoadModule`` to load them dynamically (as shown in the need to use ``LoadModule`` to load them dynamically (as shown in the
example at the bottom of this note). example at the bottom of this note).


You'll also need to insert configuration directives that prevent Apache You'll also need to insert configuration directives that prevent Apache
from trying to use other authentication modules. Depnding on which other from trying to use other authentication modules. Depending on which other
authentication modules you have loaded, you might need one or more of authentication modules you have loaded, you might need one or more of
the following directives:: the following directives::


Expand Down

0 comments on commit d0f4e52

Please sign in to comment.