On Wed, Sep 12, 2007 at 10:21:21PM -0600, Gabe da Silveira wrote:
> On 9/12/07, Ben Munat <[EMAIL PROTECTED]> wrote:
> >
> > > Considering that various other parts of Rails recommend 0666 perms on
> > log
> > > files, I'd say it was definitely deliberate.  Ill-advised, definitely,
> > but
> > > deliberate.
> >
> > Hmm, but why would rails ever recommend something that is ill-advised? :-D
> 
> My guess would be to support FCGI processes that are running the same use as
> Apache which would usually be a different user and group from the user
> uploading and deploying the application files.

Solved on all my servers with:

chgrp -R www-data log tmp
chmod -R g+w log tmp

- Matt

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to