Marcelo de Moraes Serpa
2007-Aug-26 15:16 UTC
Issues with mod_proxy/mod_proxy_balancer and my ded. server host
Hello list, I wonder if someone could help me understand the following: I''ve got a managed dedicated server with GoDaddy. Until now, I''ve only hosted PHP applications there. I now need to set it up to host my new beloved Rails application. I asked them to set up apache with mod_proxy_balancer for the mongrel cluster, however, here''s what they told me: *Unfortunately, we will be unable to install mod_proxy or mod_proxy_balancer, as having an open proxy on the server is a violation of our Terms of Service <https://www.godaddy.com/gdshop/agreements.asp?ci=8924>. * * ** *Uh!? Why would installing mod_proxy_balancer violate terms of service? Is there any danger with this installation? Why they relate to it as a "open proxy server"? If someone could enlighten me on this issue, I would be grateful! Thanks, Marcelo. * * --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Joe Clarke
2007-Aug-26 20:21 UTC
Re: Issues with mod_proxy/mod_proxy_balancer and my ded. server host
Marcelo, It sounds like the representative that answered your ticket doesn''t understand what mod_proxy and mod_proxy_balancer do. You should reply to them and explain that this is used to proxy requests from apache to mongrel instances on the server and does not function as an open proxy server. -- Joe Clarke RailsPlayground.com 1-800-603-4125 On 8/26/07, Marcelo de Moraes Serpa <celoserpa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello list, > > I wonder if someone could help me understand the following: > > I''ve got a managed dedicated server with GoDaddy. Until now, I''ve only > hosted PHP applications there. I now need to set it up to host my new > beloved Rails application. I asked them to set up apache with > mod_proxy_balancer for the mongrel cluster, however, here''s what they told > me: > > Unfortunately, we will be unable to install mod_proxy or mod_proxy_balancer, > as having an open proxy on the server is a violation of our Terms of > Service. > > > Uh!? Why would installing mod_proxy_balancer violate terms of service? Is > there any danger with this installation? Why they relate to it as a "open > proxy server"? > > If someone could enlighten me on this issue, I would be grateful! > > Thanks, > > Marcelo. > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Lionel Bouton
2007-Aug-26 20:30 UTC
Re: Issues with mod_proxy/mod_proxy_balancer and my ded. server host
Joe Clarke wrote:> Marcelo, > > It sounds like the representative that answered your ticket doesn''t > understand what mod_proxy and mod_proxy_balancer do. You should reply > to them and explain that this is used to proxy requests from apache to > mongrel instances on the server and does not function as an open proxy > server. >But it can. Depends if you configure mod_proxy as a forward or reverse proxy. If Marcelo wants to have access to mod_proxy''s configuration, the admin is right to fear an open proxy setup. Lonel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Marcelo de Moraes Serpa
2007-Aug-26 22:37 UTC
Re: Issues with mod_proxy/mod_proxy_balancer and my ded. server host
Thank you for the reply, So, if I understand, the server admin fears the possibility of an open proxy and what rails need is a forward proxy. What is a reverse proxy? Why would someone set an open proxy? Thanks! On 8/26/07, Lionel Bouton <lionel-subscription-WTamNBQcZIx7tPAFqOLdPg@public.gmane.org> wrote:> > > Joe Clarke wrote: > > Marcelo, > > > > It sounds like the representative that answered your ticket doesn''t > > understand what mod_proxy and mod_proxy_balancer do. You should reply > > to them and explain that this is used to proxy requests from apache to > > mongrel instances on the server and does not function as an open proxy > > server. > > > > But it can. Depends if you configure mod_proxy as a forward or reverse > proxy. If Marcelo wants to have access to mod_proxy''s configuration, the > admin is right to fear an open proxy setup. > > Lonel > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Lionel Bouton
2007-Aug-26 23:01 UTC
Re: Issues with mod_proxy/mod_proxy_balancer and my ded. server host
Marcelo de Moraes Serpa wrote:> Thank you for the reply, > > So, if I understand, the server admin fears the possibility of an open > proxy and what rails need is a forward proxy.In fact it needs a reverse proxy... Forward proxying is the classic method used when you set your browser to go through a proxy. Reverse proxying is what is used when you have an application that speaks HTTP but can''t access it directly and proxy the request through another HTTP server. The problem is that mod_proxy supports both (many HTTP proxy do as the code for both techniques has lots in common) and your admin is reluctant to give you such a powerful tool. I don''t know the details of your contract and rarely configured mod_proxy so I don''t really know if it''s possible, but maybe you could have the configuration split in such a manner that your admin could activate mod_proxy support but forbid the forward proxying for you. You''ll have to dig through mod_proxy''s documentation with your admin to find out if and how it is possible... Lionel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Marcelo de Moraes Serpa
2007-Aug-27 03:05 UTC
Re: Issues with mod_proxy/mod_proxy_balancer and my ded. server host
Well, it seems GoDaddy was really a bad option ... actually this server is my clients one. He signed up for a managed plan at the time becouse he had no experience on server''s administration, so, it came with all this Plesk crap tied and the "hidden" terms and all other crap, take a look at this response I just got from their support staff: * Thank you for contacting Assisted Server support. Unfortunately, you cannot use Capistrano on an Assisted Server as it requires SSH access to and from the server. This is access we cannot grant on an Assisted Server. Regarding Mongrel, as Plesk is required on an Assisted Server, and Plesk requires Apache as its web server, we cannot install Mongrel as Plesk does not support it. As we have previously stated, the mod_proxy module is not supported as running a proxy on your server is a violation of our Terms of Service. *So, Rails without Capistrano and Mongrel on a dedicated server... great uh ? On 8/26/07, Joe Clarke <joemclarke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Marcelo, > > It sounds like the representative that answered your ticket doesn''t > understand what mod_proxy and mod_proxy_balancer do. You should reply > to them and explain that this is used to proxy requests from apache to > mongrel instances on the server and does not function as an open proxy > server. > > -- > Joe Clarke > RailsPlayground.com > 1-800-603-4125 > > On 8/26/07, Marcelo de Moraes Serpa <celoserpa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hello list, > > > > I wonder if someone could help me understand the following: > > > > I''ve got a managed dedicated server with GoDaddy. Until now, I''ve only > > hosted PHP applications there. I now need to set it up to host my new > > beloved Rails application. I asked them to set up apache with > > mod_proxy_balancer for the mongrel cluster, however, here''s what they > told > > me: > > > > Unfortunately, we will be unable to install mod_proxy or > mod_proxy_balancer, > > as having an open proxy on the server is a violation of our Terms of > > Service. > > > > > > Uh!? Why would installing mod_proxy_balancer violate terms of service? > Is > > there any danger with this installation? Why they relate to it as a > "open > > proxy server"? > > > > If someone could enlighten me on this issue, I would be grateful! > > > > Thanks, > > > > Marcelo. > > > > > > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---