I'm used the deprec gem to set up capistrano, subversion, apache, etc It works great except that my rails app has a file upload feature that doesn't work due to a permissions error. On a server where apache and mongrel are both running as www-data it works fine but not on the server where apache runs as daemon, mongrel runs as my app name and the permissions for the directory are for deploy. I believe that's was causing my problem.
How can I reconcile that? I tried adding daemon to the deploy group and vice versa but I think it's b/c mongrel is still running as app_appname even though I put this in my deploy.rb: set :mongrel_user, 'www-data' Any tips would be much appreciated. Thanks, Vince -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to rubyonrails-deployment@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en -~----------~----~----~----~------~----~------~--~---