On 6 May 2009, at 08:34, doug livesey wrote: > Hi -- could anyone point me in the right direction for instructions > on how to configure a phusion passenger server for multiple apps? > It will initially be on a local network, so I need to know how to > differentiate between them in the browser. > Would I need to do that with the DNC server? > Or can I tell apache/passenger to send to different apps depending > on a subaddress? > So, say the server's local DNS was passenger, I could have > http://passenger/app1 > and http://passenger/app2 go to applications 1 & 2 respectively?
It's really easy, just configure another vhost in Apache. Use a different hostname for each vhost and it will just work. You can then go to http://app1/ or http://app2/ in your browser (/etc/ hosts mangling on your local machine might be required). Will. -- Will Jessop Super Shiny Robot Limited - Professional web design and development t: 07939 547 962 w: http://supershinyrobot.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "NWRUG" 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/nwrug-members?hl=en -~----------~----~----~----~------~----~------~--~---
