[web2py] Re: Two domains, two web2py instances, two apps, same database

2010-01-28 Thread mdipierro
All these things are possible. The issue is that the easiest way depends on details. You can create virtual hosts in apache You can use routes to filter based on hostname (it is in the book) You can have apps block access becased on more complex conditions. On Jan 28, 4:10 pm, howesc wrote: > I a

[web2py] Re: Two domains, two web2py instances, two apps, same database

2010-01-28 Thread howesc
I agree with the 2 apps in one installation of web2py at minimum. 2 installations of web2py sounds like a maintenance nightmare to me. Is it possible to write a virtual host so that a certain domain may only see certain controllers in a web2py application? i suspect that it is, but getting the a