Re: Authenticating static files against Django Auth with FastCGI

2008-11-05 Thread Chris Emerson
Hi, On Tue, Nov 04, 2008 at 10:56:08PM -0800, MrJogo wrote: > Awesome! This is INCREDIBLY helpful. > > In terms of using it (I'm not too familiar with server stuff), I have > a few questions (which have to do with Apache, not lighttpd, so you > might not know). Basically, once I create that

Re: Authenticating static files against Django Auth with FastCGI

2008-11-04 Thread MrJogo
Awesome! This is INCREDIBLY helpful. In terms of using it (I'm not too familiar with server stuff), I have a few questions (which have to do with Apache, not lighttpd, so you might not know). Basically, once I create that handler file and view, how do I use them? Do I modify the .fcgi file (from

Re: Authenticating static files against Django Auth with FastCGI

2008-10-23 Thread Chris Emerson
On Thu, Oct 23, 2008 at 12:05:45AM -0700, MrJogo wrote: > > I found a useful thread (http://groups.google.com/group/django-users/ > browse_thread/thread/affb11a7692a29ef/ > e1e2d569c1e9104d#016b2fe82fd80f36), so I think I can narrow my > question down a little: How do I use FastCgiAuthenticator

Re: Authenticating static files against Django Auth with FastCGI

2008-10-23 Thread Graham Dumpleton
Look at the Django source code for what the mod_python authentication handler does and for the bit where it is interacting with Django user database, do the same. The mod_wsgi documentation also gives an example in the section dealing with authentication provider.

Re: Authenticating static files against Django Auth with FastCGI

2008-10-23 Thread MrJogo
I found a useful thread (http://groups.google.com/group/django-users/ browse_thread/thread/affb11a7692a29ef/ e1e2d569c1e9104d#016b2fe82fd80f36), so I think I can narrow my question down a little: How do I use FastCgiAuthenticator to authenticate against Django's auth module? On Oct 21, 12:40 am,

Authenticating static files against Django Auth with FastCGI

2008-10-21 Thread MrJogo
Hi, I am using Django on my university webspace. I set it up by following (and slightly modifying) the instructions on this page: http://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/#running-django-on-a-shared-hosting-provider-with-apache Now I would like to protect certain static