From: Jano Svitok Date: 2008-07-01T19:58:55+09:00 Subject: Re: How can I run url without using port ? On Tue, Jul 1, 2008 at 12:46, Zangs Dev wrote: > Thanks Jano for the reply and help... > > My application is written in Ruby ON RAILS... > > My problem is... I don't want to use port anymore in my url... > > for ex. I want to run my sites like >> > http://www.mydomain.com/first_app > OR > http://www.mydomain.com/ >> To use /first_app, etc. you need to have >> another server proxying the requests to your apps. >> There are a lot of tutorials out there. GIYF[1], keywords: rails multiple >> apps, more keywords: mongrel, reverse proxy, load balancer, ngnix, >> lighttpd [1] google.com http://wiki.rubyonrails.com/rails/pages/Howtos#deployment http://wiki.rubyonrails.com/rails/pages/HowToInstallApplicationsInSubdirectories The thing is not easy to do, and depends on lots of other things - your webserver, how do you run your rails apps, etc. so the best way is to go through the docs on rails site, and google some tutorials (there are plenty of them), and if that doesn't help, try asking on the rails forum. As I said, there are more knowledgable people. I don't do much with rails, so I can only show you where to look. They will know first-hand (just don't forget to do your homework before you ask!) Good luck!