Closed 9mm closed 9 years ago
What version of capistrano passenger is running on your server? If you can upgrade to 5.0.10 or higher, that would be the quickest fix
lol, it took me about 10 minutes to realize you meant passenger and not capistrano. I was like hmm.... lots of versions must have been released.
I see, my passenger is out of date. thanks!
My mistake. Glad you figured out what I meant.
Hey,
I'm trying to use the new Passenger restart method (I used to use touch.txt).
I am using Ubuntu, RVM, Nginx + Passenger module.
When I go with the 100% vanilla setup of capistrano/passenger, I get this:
I set this option:
set :passenger_restart_with_sudo, true
And then I get this:
Is there anything I can do without messing with the sudoers file? I have a lot of servers and don't really have the energy right now to change all that, if possible.
Capfile:
deploy.rb