I have a server that I am logging into to do my rails development. The problem is that I can''t view my application over the web. I have tried script/server as well as monrel_rails start and am I wrong to say that they only bind to localhost and are therefore not viewable over the web? I have also tried binding them to the ip address of the server I log into using the --address= option as well as using ifconfig and trying the ip addresses listed there. Am I just being stupid or am I missing something? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hi, have you tried do the following: http://<remote_domain_name>:<mongrel_port>/<controller_name>/<action_name> If you''re on a Mac, you might be interested in using something like MacFuse to connect to your remote server. Good luck, -Conrad On 6/20/07, Jables <DoorToDoorRepair-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I have a server that I am logging into to do my rails development. > The problem is that I can''t view my application over the web. I have > tried script/server as well as monrel_rails start and am I wrong to > say that they only bind to localhost and are therefore not viewable > over the web? I have also tried binding them to the ip address of the > server I log into using the --address= option as well as using > ifconfig and trying the ip addresses listed there. Am I just being > stupid or am I missing something? > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
It should listen on all addresses.. The machine is probably firewalled off, its it at a hosting provider, or something on your local network? And you are using the correct port to listen to? Linc. On 20/06/2007, at 6:08 PM, Jables wrote:> > I have a server that I am logging into to do my rails development. > The problem is that I can''t view my application over the web. I have > tried script/server as well as monrel_rails start and am I wrong to > say that they only bind to localhost and are therefore not viewable > over the web? I have also tried binding them to the ip address of the > server I log into using the --address= option as well as using > ifconfig and trying the ip addresses listed there. Am I just being > stupid or am I missing something? > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---