Re: apache authentication using Django on windows

2008-11-05 Thread Steven Armstrong
Matt wrote on 11/05/08 16:26: > Hi, > > I have Django running on Apache 2.2 on windows. I am attempting to > use django authentification to secure an apache folder using this > configuration: > > > > AuthType Basic > AuthName "mysite.com" > AuthUserFile /dev/null >

Re: apache authentication using Django on windows

2008-11-05 Thread Matt
That worked. Thanks! On Nov 5, 3:41 pm, Thomas Guettler <[EMAIL PROTECTED]> wrote: > Hi, > > Have you tried to create an empty file and use the filename as AuthUserFile? > >   Thomas > > Matt schrieb: > > > > > Hi, > > > I have Django running on Apache 2.2 on windows.  I am attempting to > >

Re: apache authentication using Django on windows

2008-11-05 Thread Thomas Guettler
Hi, Have you tried to create an empty file and use the filename as AuthUserFile? Thomas Matt schrieb: > Hi, > > I have Django running on Apache 2.2 on windows. I am attempting to > use django authentification to secure an apache folder using this > configuration: > > > > AuthType Basic

apache authentication using Django on windows

2008-11-05 Thread Matt
Hi, I have Django running on Apache 2.2 on windows. I am attempting to use django authentification to secure an apache folder using this configuration: AuthType Basic AuthName "mysite.com" AuthUserFile /dev/null AuthBasicAuthoritative Off Require valid-user PythonPath