I assume you are limited to one available port on a static address that you want to use for multiple Rails applications.
You can accomplish this by configuring Apache so that it talks to the correct mongrel instance based on the incoming request. Example: http://xyz.com/app1 would go to mongrel instance on port xxx and http://xyz.com/app2 would go to mongrel instance on port yyy. A simpler way to do this is to use mod_rails. Configuring multiple Rails app in subdomains is quite easy with mod_rails. http://www.modrails.com On May 28, 11:15 am, Sniper Abandon <[email protected]> wrote: > two rails project with one application server(only one mongrel) , > is it possible ? > if yes , then how ? > -- > Posted viahttp://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

