Ticket #4437: apache_auth.diff

File apache_auth.diff, 658 bytes (added by Paul <pb@…>, 17 years ago)
  • docs/apache_auth.txt

     
    2929        PythonAuthenHandler django.contrib.auth.handlers.modpython
    3030    </Location>
    3131
     32If you're using Apache 2.2 or later, you'll also need to insert this directive
     33to prevent Apache from using other available auth modules:
     34
     35    AuthBasicAuthoritative Off
     36
    3237By default, the authentication handler will limit access to the ``/example/``
    3338location to users marked as staff members.  You can use a set of
    3439``PythonOption`` directives to modify this behavior:
Back to Top