I browsed the urlmap source code to find that this can be entered into the 
config file to use a subdomain for url mapping:

[composite:main]
use = egg:Paste#urlmap 
domain app1.localhost = app1pipe 
domain app2.localhost = app2pipe

It's less than ideal because I would like to use a path to specify the 
application, but it will work. Rumour has it I will also have to include the 
ProxyPreserveHost directive in my Apache config (I'm using mod proxy in the 
production deployment).

--Jason

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pylons-discuss/-/4EWc_EONpPIJ.
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