Hello, I want to install a mongrel rails server with an apache in fronthead, all that on OpenBSD. But OpenBSD is released with a homemade Apache 1.3.29 patched by the OpenBSD team. I really want to keep this version of apache and I don''t want to change it to Apache 2.x (because of the security and the license but it''s not the point here). But for having mongrel, it has to be with a Apache 2.x because the mod_proxy with balancer is not compatible with Apache 1.3. Is there a solution to this ? Have I to use fastcgi on openbsd with apache ? What solution should I use in my specific case ? Thanks you for your answers. ++ Jérôme --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I *think* you should be able to use Apache 1.3''s mod_proxy to reverse proxy to something like pound, pen or nginx to handle load-balancing between a pack of mongrels. I recal seeing essentially the same solution recommended for overcoming load-balancing issues with lighttpd''s mod_proxy. On Nov 23, 2006, at 10:42 AM, Jérôme Loyet wrote:> > Hello, > > I want to install a mongrel rails server with an apache in fronthead, > all that on OpenBSD. But OpenBSD is released with a homemade Apache > 1.3.29 patched by the OpenBSD team. I really want to keep this version > of apache and I don''t want to change it to Apache 2.x (because of the > security and the license but it''s not the point here). But for having > mongrel, it has to be with a Apache 2.x because the mod_proxy with > balancer is not compatible with Apache 1.3. > > Is there a solution to this ? Have I to use fastcgi on openbsd with > apache ? What solution should I use in my specific case ? > > Thanks you for your answers. > ++ Jérôme > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Jérôme Loyet wrote:> I want to install a mongrel rails server with an apache in fronthead, > all that on OpenBSD. But OpenBSD is released with a homemade Apache > 1.3.29 patched by the OpenBSD team. I really want to keep this version > of apache and I don''t want to change it to Apache 2.x (because of the > security and the license but it''s not the point here). But for having > mongrel, it has to be with a Apache 2.x because the mod_proxy with > balancer is not compatible with Apache 1.3.Check out recent work being done in OpenBSD ports on mongrel. Specifically, see http://marc.theaimsgroup.com/?l=openbsd-ports&m=116427285428100&w=2 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---