Look at the FastCgiAuthenticator directive for mod_fastcgi module. The
FASTCGI protocol does have mechanisms for allowing backend process to
do the authentication, but have no idea how it used or whether it
would work.

Graham

On Jun 29, 12:13 am, Robin Becker <[EMAIL PROTECTED]> wrote:
> I see from this documentation
>
> http://www.djangoproject.com/documentation/apache_auth/#configuring-a...
>
> that it is conceptually possible to configure apache authorization using 
> django.
>
> However, we have recently decided to de-couple django frommod_pythonby using
> fastcgi. This is because we wish to allow our django apps to use which ever
> python might be appropriate and not restrict to the one for which we have
> compiled apache+mod_python.
>
> Is there any way to havemod_pythonstuck on Python-2.4 with the controlling
> django app use Python-2.5 and do configuration for apache. The only way I can
> think of is to create a stub project which runs the auth only.
>
> I know that theoretically we can advance the apache, but that implies
> re-installing wikis etc etc etc and when Python-2.6 comes out and the boss 
> wants
> to use new feature X we'll go through the whole process again.
>
> Alternatively is there a way to do the reverse ie get django to use a database
> controlled by apache?
> --
> Robin Becker


--~--~---------~--~----~------------~-------~--~----~
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