Hi There, Bare with me as I am brand new to Ruby. I have installed Ruby, RubyGems and rails. I have started my Apache server but when i go to the http://0.0.0.0:2000, I am not getting anything returned. Now the Apache server I am running was installed some time ago as part of a PHP development package. Are there some configs I need to do to my Apache server? Any help would be hugely appreciated. Many thanks Mike --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Mike: First things first. Are you able to run your Rails application in development mode with Webrick? -Anthony On Nov 3, 2006, at 3:47 PM, mickeyc wrote:> > Hi There, > > Bare with me as I am brand new to Ruby. > > I have installed Ruby, RubyGems and rails. I have started my Apache > server but when i go to the http://0.0.0.0:2000, I am not getting > anything returned. > > Now the Apache server I am running was installed some time ago as part > of a PHP development package. Are there some configs I need to do to > my Apache server? > > Any help would be hugely appreciated. > > Many thanks > > Mike > > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Fri, 2006-11-03 at 12:47 -0800, mickeyc wrote:> Hi There, > > Bare with me as I am brand new to Ruby. > > I have installed Ruby, RubyGems and rails. I have started my Apache > server but when i go to the http://0.0.0.0:2000, I am not getting > anything returned. > > Now the Apache server I am running was installed some time ago as part > of a PHP development package. Are there some configs I need to do to > my Apache server? > > Any help would be hugely appreciated.---- by default, webrick will serve ''development'' environment on port 3000 http://localhost:3000 0.0.0.0 is nowhere :2000 is port 2000 which isn''t the default of anything I know of besides sieve Craig --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---