Howdy, Trying to get Ruby on Rails working with Apache2. Haven't played with Apache config files in a while and never for Apache2. Anybody know how to config a VirtualHost for Apache2?
I think I have everything I need for Ruby on Rails installed and configured. I'm using mod_ruby for Apache2 and see it in the list of installed mods. Can somebody send a quick config example for running two websites with FQDNs ( www.site1.com <http://www.site1.com>, www.site2.com <http://www.site2.com>) on an Apache2 webserver where one is running a Ruby on Rails app and the other is not? Thanks! John Hebert -------------- next part -------------- An HTML attachment was scrubbed... URL: /pipermail/general_brlug.net/attachments/20050907/1ad23a0c/attachment.htm From [EMAIL PROTECTED] Wed Sep 7 07:46:40 2005 From: [EMAIL PROTECTED] (Terry Stockdale) Date: Wed Sep 7 07:47:40 2005 Subject: [brlug-general] Anybody get Ruby on Rails and Apache2 to work together? In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> At 07:05 AM 9/7/2005, you wrote: >Howdy, > >Trying to get Ruby on Rails working with Apache2. Haven't played >with Apache config files in a while and never for Apache2. Anybody >know how to config a VirtualHost for Apache2? > >I think I have everything I need for Ruby on Rails installed and >configured. I'm using mod_ruby for Apache2 and see it in the list of >installed mods. Can somebody send a quick config example for running >two websites with FQDNs (<http://www.site1.com>www.site1.com, >www.site2.com) on an Apache2 webserver where one is running a Ruby >on Rails app and the other is not? > >Thanks! >John Hebert John, Here are some directions and examples in an article in my Forums here http://www.terrystockdale.com/forums/phpBB2/viewtopic.php?t=165 -- Terry Stockdale -- Baton Rouge, LA My blog: http://www.TheNextWindow.com My main website: http://www.TerryStockdale.com My weekly newsletter: http://www.TerrysComputerTips.com
