I''ve just spent the last 2 days setting up a new Rails website. very basic. It connects to a MySql database and displays the rows of a table. I''ve got it to the point where if I connect to the site from my browser, it will display, but if i look at it through a friends computer OR use a cloaked/anonymous browser, it won''t display. I''m not sure what it is. Anyone? 1) So it might be something to do with my MySQL security? If so what? 2) Are there other security measures I don''t know about that are connected to my ip. 3) I read references to Access Hosts. What are they? Are they my problem? I''m new to all this online security. It makes things more difficult. I''ll take any theory! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Do you have it setup on your personal computer, or a webhost somewhere? On Jan 20, 2:39 pm, John Twigg <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> I''ve just spent the last 2 days setting up a new Rails website. very > basic. > It connects to a MySql database and displays the rows of a table. > > I''ve got it to the point where if I connect to the site from my browser, > it will display, but if i look at it through a friends computer OR use a > cloaked/anonymous browser, it won''t display. > > I''m not sure what it is. Anyone? > 1) So it might be something to do with my MySQL security? If so what? > 2) Are there other security measures I don''t know about that are > connected to my ip. > 3) I read references to Access Hosts. What are they? Are they my > problem? > > I''m new to all this online security. It makes things more difficult. > > I''ll take any theory! > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
kopf1988 wrote:> Do you have it setup on your personal computer, or a webhost > somewhere? > > On Jan 20, 2:39 pm, John Twigg <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>I have it setup on a webhost. If I view the webhost remotely from my computer and my computer only, it views. But when viewed from someone else, it doesn''t view. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
After typing script/server OR mongrel_rails start specify the -b 0.0.0.0option. This binds it to all interfaces instead of localhost which it is doing by default. On Jan 21, 2008 8:34 AM, John Twigg <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > kopf1988 wrote: > > Do you have it setup on your personal computer, or a webhost > > somewhere? > > > > On Jan 20, 2:39 pm, John Twigg <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > > I have it setup on a webhost. > > If I view the webhost remotely from my computer and my computer only, it > views. > But when viewed from someone else, it doesn''t view. > > -- > Posted via http://www.ruby-forum.com/. > > > >-- Ryan Bigg http://www.frozenplague.net Feel free to add me to MSN and/or GTalk as this email. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
This response confused me greatly. I used to run mongrel when I was developing and my PC was the host, but now I''ve moved all the source onto the server and am executing it remotely. So why would I run Mongrel on the server? I looked at the production.log and this is what it gives no help. It says everything was successful even when nothing appears onscreen. Ryan Bigg wrote:> After typing script/server OR mongrel_rails start specify the -b > 0.0.0.0option. This binds it to all interfaces instead of localhost > which it is > doing by default. > > On Jan 21, 2008 8:34 AM, John Twigg <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > wrote: > >> views. >> But when viewed from someone else, it doesn''t view. >> >> -- >> Posted via http://www.ruby-forum.com/. >> >> > >> > > > -- > Ryan Bigg > http://www.frozenplague.net > Feel free to add me to MSN and/or GTalk as this email.-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
My apologies, I didn''t realise yuo were running it through something else. On Jan 21, 2008 9:55 AM, John Twigg <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > This response confused me greatly. > > I used to run mongrel when I was developing and my PC was the host, but > now I''ve moved all the source onto the server and am executing it > remotely. So why would I run Mongrel on the server? > > I looked at the production.log and this is what it gives no help. It > says everything was successful even when nothing appears onscreen. > > > > > Ryan Bigg wrote: > > After typing script/server OR mongrel_rails start specify the -b > > 0.0.0.0option. This binds it to all interfaces instead of localhost > > which it is > > doing by default. > > > > On Jan 21, 2008 8:34 AM, John Twigg <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > > wrote: > > > >> views. > >> But when viewed from someone else, it doesn''t view. > >> > >> -- > >> Posted via http://www.ruby-forum.com/. > >> > >> > > >> > > > > > > -- > > Ryan Bigg > > http://www.frozenplague.net > > Feel free to add me to MSN and/or GTalk as this email. > > -- > Posted via http://www.ruby-forum.com/. > > > >-- Ryan Bigg http://www.frozenplague.net Feel free to add me to MSN and/or GTalk as this email. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---