At 11:49 PM -0600 9/11/09, Gabriel Gunderson wrote:
>On Fri, Sep 11, 2009 at 3:03 PM, Jim Myers wrote:
>> I have a requirement to serve static files only to users authenticated
>> through Django secure login.
>
>http://docs.djangoproject.com/en/dev/howto/apache-auth/
I've got a similar, but sl
Hi,
There's a couple of ways to do this, but none of them is really as
easy as using basic/digest authentication in apache.
Most of the methods posted until now passes the static file through
django or at least python, which might not be ideal depending on your
performance requirements.
Anyway,
On Sep 13, 2:30 am, Jim Myers wrote:
> I had looked at that page before, but had thought it only applied to
> mod_python.
> Does it also apply to mod_wsgi? If so, the page could be made
> clearer.
It doesn't. Read instead:
http://code.google.com/p/modwsgi/wiki/AccessControlMechanisms
This
I had looked at that page before, but had thought it only applied to
mod_python.
Does it also apply to mod_wsgi? If so, the page could be made
clearer.
On Sep 11, 10:49 pm, Gabriel Gunderson wrote:
> On Fri, Sep 11, 2009 at 3:03 PM, Jim Myers wrote:
> > I have a requirement to serve static fil
On Fri, Sep 11, 2009 at 3:03 PM, Jim Myers wrote:
> I have a requirement to serve static files only to users authenticated
> through Django secure login.
http://docs.djangoproject.com/en/dev/howto/apache-auth/
Gabe
--~--~-~--~~~---~--~~
You received this message
On Fri, Sep 11, 2009 at 4:26 PM, Tim Chase
wrote:
> You may be interested in:
>
> http://code.djangoproject.com/ticket/2131
>
> Both mod_python and mod_wsgi support the ability to return a
> header that instructs the web-server to "dump this local file
> back as my response" freeing up Django res
> I have a requirement to serve static files only to users authenticated
> through Django secure login.
You may be interested in:
http://code.djangoproject.com/ticket/2131
Both mod_python and mod_wsgi support the ability to return a
header that instructs the web-server to "dump this local file
On Fri, Sep 11, 2009 at 11:03 PM, Jim Myers wrote:
>
> I have a requirement to serve static files only to users authenticated
> through Django secure login.
> That means I can't use apache basic/digest authentication for those
> files.
>
> So far in my searches of the web and Django docs, I've fo
I have a requirement to serve static files only to users authenticated
through Django secure login.
That means I can't use apache basic/digest authentication for those
files.
So far in my searches of the web and Django docs, I've found no way to
do this.
Of course my alternative is to serve ALL t
9 matches
Mail list logo