On Jan 17, 2008 6:58 PM, Jorge Godoy <[EMAIL PROTECTED]> wrote: > > Em Wednesday 16 January 2008 21:09:17 Kevin Horn escreveu: > > > > <VirtualHost> > > ProxyPass /static/ http://127.0.0.1:8081/static/ > > </VirtualHost> > > <VirtualHost> > > ProxyPass /static/ http://127.0.0.1:8082/static/ > > </VirtualHost> > > <VirtualHost> > > ProxyPass /static/ http://127.0.0.1:8083/static/ > > </VirtualHost> > > > > Of course, I haven't tried it...but it should work. > > You need a bit more than that. But it works perfectly.
Could you give me the whole thing. I am accessing my tg apps as follow: www.example.com/users (1st tg app) www.example.com/cars (2nd tg app ) www.example.com/computers (3rd tg app ) What would the VirtualHost settings look like if I had 3 different /static/ folders for all my 3 apps. www.example.com/static/ I don't see how you can set it up to mean 3 different things depending which app you use. Could you elaborate on that? Lucas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

