Ticket #4437: apache_auth.diff
File apache_auth.diff, 658 bytes (added by , 17 years ago) |
---|
-
docs/apache_auth.txt
29 29 PythonAuthenHandler django.contrib.auth.handlers.modpython 30 30 </Location> 31 31 32 If you're using Apache 2.2 or later, you'll also need to insert this directive 33 to prevent Apache from using other available auth modules: 34 35 AuthBasicAuthoritative Off 36 32 37 By default, the authentication handler will limit access to the ``/example/`` 33 38 location to users marked as staff members. You can use a set of 34 39 ``PythonOption`` directives to modify this behavior: