Hi All, We have a RoR app, SQLite, and mongrel and we are considering moving to apache. Our current RoR app listens on port 80 and works fine. I installed apache to listen on port 7002, then installed an app called Munin that displays performance data, but I cannot get apache to serve up the pages. I realize this is not a RoR question, but I think RoR is somehow over-riding the rendering of Munin. The is the routing error I get when I goto http://myip/munin or when I goto http://myip:7002, it times out. Routing Error No route matches "/usr/local/www/munin" with {:method=>:get} httpd.log: Fri Jan 8 15:33:35 2010] [info] (2)No such file or directory: make_sock: for address 69.55.236.89 port 7002, setso ckopt: (SO_ACCEPTFILTER) Will anyone help or suggest a fix(s) and also provide any good resources (online or books) for moving to Apache from Mongrel? thank you! derek -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Sat, Jan 9, 2010 at 1:05 PM, Derek Smith <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hi All, > > We have a RoR app, SQLite, and mongrel and we are considering moving to > apache. > Our current RoR app listens on port 80 and works fine. I installed > apache to listen on port 7002, then installed an app called Munin that > displays performance data, but I cannot get apache to serve up the > pages. > I realize this is not a RoR question, but I think RoR is somehow > over-riding the rendering of Munin. The is the routing error I get when > I goto http://myip/munin or when I goto http://myip:7002, it times out. > > > Routing Error > > No route matches "/usr/local/www/munin" with {:method=>:get} > > httpd.log: > Fri Jan 8 15:33:35 2010] [info] (2)No such file or directory: > make_sock: for address 69.55.236.89 port 7002, setso > ckopt: (SO_ACCEPTFILTER) > > > Will anyone help or suggest a fix(s) and also provide any good resources > (online or books) for moving to Apache from Mongrel? >You may want to look into mod_rewrite -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
For mongrel deployment behind apache, you might want to check out: http://mongrel.rubyforge.org/wiki/Apache Instead of mongrel, you may want to look at deploying via passenger: http://www.modrails.com/install.html Jeff On Jan 9, 12:05 pm, Derek Smith <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hi All, > > We have a RoR app, SQLite, and mongrel and we are considering moving to > apache. > Our current RoR app listens on port 80 and works fine. I installed > apache to listen on port 7002, then installed an app called Munin that > displays performance data, but I cannot get apache to serve up the > pages. > I realize this is not a RoR question, but I think RoR is somehow > over-riding the rendering of Munin. The is the routing error I get when > I gotohttp://myip/muninor when I gotohttp://myip:7002, it times out. > > Routing Error > > No route matches "/usr/local/www/munin" with {:method=>:get} > > httpd.log: > Fri Jan 8 15:33:35 2010] [info] (2)No such file or directory: > make_sock: for address 69.55.236.89 port 7002, setso > ckopt: (SO_ACCEPTFILTER) > > Will anyone help or suggest a fix(s) and also provide any good resources > (online or books) for moving to Apache from Mongrel? > > thank you! > derek > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Jeff Burlysystems wrote:> For mongrel deployment behind apache, you might want to check out: > http://mongrel.rubyforge.org/wiki/Apache > > Instead of mongrel, you may want to look at deploying via passenger: > http://www.modrails.com/install.htmlYup. It''s hard to think of a good reason to use Mongrel with Apache these days.> > JeffBest, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/. --0022158df84fba915f047ceb3d04 Content-Type: text/plain; charset=ISO-8859-1 -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. --0022158df84fba915f047ceb3d04--
Marnen Laibow-Koser wrote: ... Yup. It''s hard to think of a good reason to use Mongrel with Apache these days. Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org Running on Windows might be a reason.... --000e0cd5c8e4fd3baf047cfa01e8 Content-Type: text/html; charset=ISO-8859-1 -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. --000e0cd5c8e4fd3baf047cfa01e8--