Andrew Smart wrote:
> Hi folks,
>
> I have the following setup:
> - one webserver serving the public avaiable domain (www.thisdomain.com)
> - a subdomain is pointing to a app server (shop.thisdomain.com) running on a
> different server
>
> My routing:
>
> shop_conditions = dict(sub_domain=["shop",])
> map.connect('/:lang/:action', controller='shop', lang='en', action='index',
> conditions=shop_conditions)
Why are you using a route for this? Can't you just, like... put the
Pylons app on the right server? I.e., on the right interface, or put a
proxy in a virtual host, or... however your server is laid out.
--
Ian Bicking : [EMAIL PROTECTED] : http://blog.ianbicking.org
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---