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. Take a look at http://code.google.com/p/modwsgi/wiki/QuickConfigurationGuide -- 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.

