On Sun, Mar 6, 2011 at 6:18 PM, Diez B. Roggisch <[email protected]> wrote: > > Am 06.03.2011 um 00:50 schrieb Alessandro Molina: > >> On Sat, Mar 5, 2011 at 2:21 PM, David Borsodi <[email protected]> >> wrote: >>> >>> I guess, my question was truly about virtual host mapping. >>> If several webapps running on the same server and I want to use >>> different domain names for each >>> a1.com -> a1 app >>> a2.com -> a2 app >>> >> >> This is quite easy, simply configure the two virtual hosts in apache >> as you usually do and then use mod_wsgi WSGIScriptAlias to execute the >> application associated to that virtualhost. > > The OP explicitly asked about non-apache-based solutions. >
I understood that it didn't have to proxy requests, not to avoid apache :D As paste does not really support HTTP1.1 it cannot handle virtual hosts without having an HTTP1.1 server dispatching requests, being it nginx, apache o lighttpd the procedure is quite the same if you want to use proxy+paste -- 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.

