Django

Code

Ticket #4437: apache_auth.diff

File apache_auth.diff, 0.6 kB (added by Paul <pb@e-scribe.com>, 2 years ago)
  • docs/apache_auth.txt

    old new  
    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: