search for: kick_apache

Displaying 1 result from an estimated 1 matches for "kick_apache".

2007 Apr 03
2
mongrel cluster restart with capistrano fails but manually works
...#{deploy_to}/current/" sudo "chown -PRf foo:foo #{deploy_to}/releases/" sudo "chmod -Rf 755 #{deploy_to}/releases/" sudo "chmod -Rf 750 #{deploy_to}/current/public/" end desc "Apache restarter" task :kick_apache, :roles=>:web do sudo "/usr/local/apache/bin/apachectl restart" end Now, mongrel gets restarted even if I don''t use the above when I restart when I run deploy.. but I don''t see where I can change that or if that is in fact causing the problem. for whatever reason...