16 May 07:28
Re: ****[Rails] mongrel_service error
From: Craig White <craigwhite@...>
Subject: Re: ****[Rails] mongrel_service error
Newsgroups: gmane.comp.lang.ruby.rails
Date: 2008-05-16 05:28:13 GMT
Subject: Re: ****[Rails] mongrel_service error
Newsgroups: gmane.comp.lang.ruby.rails
Date: 2008-05-16 05:28:13 GMT
On Thu, 2008-05-15 at 14:54 -0700, Glen wrote: > I have an odd situation. When running my app in production mode via > mongrel_service several things do not work at all. However when > running in production mode with mongrel from the command line > everything works as expected. Has anyone seen behavior like this > before? ---- you probably need to set user/group in mongrel configuration because out of the box, it is unset. If it works from command line, figure out your user/group first... whoami groups and then set them in the mongrel_cluster configuration. I found that the README that comes with mongrel_cluster extremely useful. On Red Hat/Fedora/CentOS systems, it is located at... /usr/lib/ruby/gems/1.8/gems/mongrel_cluster-0.2.1/README Craig --~--~---------~--~----~------------~-------~--~----~ 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@... To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@... For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
RSS Feed