I know what app is called, becouse I know what domain is assigned to what application/applications
Without that how can I disable access from other domains to some apps ? For example app: a domain: domain_a.com app: b domain: domain_b.com Now I must call: domain_a.com/a and domain_b.com/b, but I can call domain_a.com/b and domain_b.com/a. That shouldn't be like this. I would like to use domain_a.com only for app a and domain_b.com only for app b, without access domain_a.com/b etc... Maybe I thinking in wrong way, but for now I have no other ideas... Is there possible to run only specific app with fastcgi ? On 14 Paź, 09:30, achipa <[EMAIL PROTECTED]> wrote: > I'm not really sure I understand... If you want to have multiple apps, > how do you want to distinguish which app does get called ? They do > have to differ somehow (basedir, domain or port), otherwise no one can > tell two apps apart, web2py included :) > > On Oct 14, 8:38 am, pigmej <[EMAIL PROTECTED]> wrote: > > > First of all. > > > I'm not using apache, I'm using cherokee :) > > > I'm running web2py with fastcgi handler, so every vhost needs to > > connect to socket. > > > On Oct 14, 12:39 am, mdipierro <[EMAIL PROTECTED]> wrote: > > > > You need to configure apache <virtualhost> for that. > > > > Massimo > > > > On Oct 13, 5:34 pm, pigmej <[EMAIL PROTECTED]> wrote: > > > > > Hey again, > > > > > How to start serving multiple apps in production WITHOUT app_name in > > > > url ? > > > > Other way than rewrite on server for every app. > > > > > With routes.py ? But how ? > > > > > Any possibility ?? > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

