Changeset 6347
- Timestamp:
- 09/15/07 21:01:06 (1 year ago)
- Files:
-
- django/trunk/docs/apache_auth.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/apache_auth.txt
r6313 r6347 35 35 36 36 You'll need to ensure that ``mod_auth_basic`` and ``mod_authz_user`` 37 are loaded. These might be compiled static ly into Apache, or you might37 are loaded. These might be compiled statically into Apache, or you might 38 38 need to use ``LoadModule`` to load them dynamically (as shown in the 39 39 example at the bottom of this note). 40 40 41 41 You'll also need to insert configuration directives that prevent Apache 42 from trying to use other authentication modules. Dep nding on which other42 from trying to use other authentication modules. Depending on which other 43 43 authentication modules you have loaded, you might need one or more of 44 44 the following directives::
