Index: docs/apache_auth.txt
===================================================================
--- docs/apache_auth.txt	(revision 5427)
+++ docs/apache_auth.txt	(working copy)
@@ -29,6 +29,11 @@
         PythonAuthenHandler django.contrib.auth.handlers.modpython
     </Location>
 
+If you're using Apache 2.2 or later, you'll also need to insert this directive
+to prevent Apache from using other available auth modules:
+
+    AuthBasicAuthoritative Off
+
 By default, the authentication handler will limit access to the ``/example/``
 location to users marked as staff members.  You can use a set of
 ``PythonOption`` directives to modify this behavior:
