Paste has a wonderful capability of running multiple WSGI apps side by
side:
http://pythonpaste.org/deploy/index.html#composite-applications

However, I've been struggling with writing a config file which
specifies two apps, running on different subdomains, even though
urlmap seems to understand domains:
http://pythonpaste.org/modules/urlmap.html#module-paste.urlmap

I tried this:

[app:main]
use = egg:Paste#urlmap
www.localhost, / = site
/ = coreapp

Is it possible?

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en.

Reply via email to