Re: *Idea-Share* How to secure auth

2008-02-01 Thread Steven Armstrong
Ravi Kumar wrote on 01/31/08 12:07: > On Jan 31, 2008 2:49 PM, Steven Armstrong <[EMAIL PROTECTED]> wrote: > >> Maybe something like this in your apache config? >> >> RedirectMatch permanent /(login|securepage) https://www.example.com/$1/ >> >> > One idea is to redirect user login to HTTPS in sam

Re: *Idea-Share* How to secure auth

2008-01-31 Thread Ravi Kumar
On Jan 31, 2008 2:49 PM, Steven Armstrong <[EMAIL PROTECTED]> wrote: > > Maybe something like this in your apache config? > > RedirectMatch permanent /(login|securepage) https://www.example.com/$1/ > > One idea is to redirect user login to HTTPS in same django apps but in different apache virtual

Re: *Idea-Share* How to secure auth

2008-01-31 Thread Steven Armstrong
Ravi Kumar wrote on 01/31/08 06:45: > Hi, > I have developed a Django project with 3 apps. Now, I have to implement > authentication for 2 apps, while one app will be public without any > authentication. > But I don't want to run two virtual servers with HTTP and HTTPS differently. > The condition

*Idea-Share* How to secure auth

2008-01-30 Thread Ravi Kumar
Hi, I have developed a Django project with 3 apps. Now, I have to implement authentication for 2 apps, while one app will be public without any authentication. But I don't want to run two virtual servers with HTTP and HTTPS differently. The condition is, when a page requiring authentication, it sho