John, You would need to use a virtual host entry in Apache with the appropriate name for it to respond to, and have then entry pass the connection on using ProxyPass. (You'll actually want ProxyPass, ProxyPassReverse, and ProxyPreserveHost.)
However, this is a very inefficient way of doing things. If you're going to be using Apache for the foreseeable future, you should just get Phusion Passenger and have it handle your Rails apps. (I'd suggest pulling down Enterprise Ruby along with it as well.) If you're just using this as a learning experience, at this point learning to proxy mongrel to Apache is largely useless these days. The two primary deployment methods still in use are going to be nginx +mongrel or Apache+Passenger. Hope that helps. -- Alex Malinovich Director of Deployment Services PLANET ARGON, LLC design // development // hosting http://www.planetargon.com http://www.the-love-shack.net [blog] +1 503 445 2457 +1 877 55 ARGON [toll free] +1 815 642 4068 [fax] On Oct 10, 9:52 pm, jschank <[EMAIL PROTECTED]> wrote: > [Post copied from other groups (Capistrano, and Rails Talk) Trying to > find the right venue for this question, I apologize to anyone who's > seen this before] > > Hello, > > I'm finally ready to deploy my first rails app. I'm deploying to my > own server (so I have root access) which is a mac mini running > apache2, MySQL, etc. This server sits at the end of a static IP > address. > > At the moment I have static content served from apache. For > example:http://www.myserver.com/gets my home > website.http://www.myserver.com/ical > is where I stuff such things as shared ical calendars. I have some > php > apps deployed also, at addresses > likehttp://www.myserver.com/bugtracker/index.php > > I'm deploying using capistrano, (using git, and mongrel), to a > directory that is completely separate from the normal web docs folder. > (for example: /Volumes/SomeDrive/MyRailsApp. Here is what has me > confused.. > > When I deploy, using cap deploy. I end up with: > My normal static content shows up if I hithttp://www.myserver.com > If I usehttp://www.myserver.com:3000, then my rails app is served > up. > > This is probably completely normal... > > What I want is have my rails app served when the url is something > else, likehttp://www.myserver.com/myrailsappnameAnd I'd like to not > have to specify the port in the address. Finally, I would like my > normal static content to be served when the url ishttp://www/myserver.com, > and I'd like the things deployed to be unaffected (the bug tracker, > and ical stuff mentioned above) > > Can someone point me in the right direction for solving these > mysteries? > > Do I need to adjust my routes for my rails app, so that is has the > extra bits at the front ? such as map.root "/myrailsappname" or > something? > > Should I be using VirtualServer in my apache config ?, if so, should I > use port 3000 instead of 80 ? > > Mostly I'm looking for the right topics and keywords to research to > solve this. > > Thanks, > John Schank --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to rubyonrails-deployment@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en -~----------~----~----~----~------~----~------~--~---