AndyB wrote on 05/07/07 18:17:
> I've read the docs on linking Apache authentication with Django's
> (http://www.djangoproject.com/documentation/apache_auth/) and also
> found a snippet on Django Snippets (http://www.djangosnippets.org/
> snippets/62/).
> 
> The first method definitely requires mod_python and the second one
> seems to as well.
> 
> I'm stuck with fcgi at the moment. The standard CGI method would be to
> keep all static files away from Apache and pipe them all through
> Python code.
> 
> Is there any other solution or failing that does anyone have any
> advice/code on the most efficient way to go about this?
> 
> AndyB

You may be able to use something like mod_auth_mysql to access the db 
directly for authentication (assuming you use mysql). Authorization 
doesn't seem possible without using python.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to