Figured it out. It was a chmod problem - the server didn't like the g+w option. To fix it I did set: group_writable, false.
On Fri, Jun 5, 2009 at 2:19 AM, Philip Lee <[email protected]> wrote: > Thanks for your response Lee. > > The cap output is here: http://pastie.org/501419 > > When I try to open the app, Apache outputs: > > "More information about this error may be available in the server error > log. > > Additionally, a 500 Internal Server Error error was encountered while > trying to use an ErrorDocument to handle the request." > > In the server error log: > "[notice] mod_fcgid: process > /home/yeti1/public_html/staging/dispatch.fcgi(24307) exit(communication > error), terminated by calling exit(), return code: 116" > > > I searched for this error, and it looks like this is mostly due to config > errors. However, when I run the svn co command through ssh, it works. > > > > On Fri, Jun 5, 2009 at 1:27 AM, Lee Hambley <[email protected]> wrote: > >> Phil, >> Please paste the error output (via pastie or gist) and we'll take a look. >> >> - Lee >> >> 2009/6/5 phillee <[email protected]> >> >> >>> I'm running fcgi. If I do a svn co ssh'ed into the server and ln -s it >>> to current, the app runs. With cap deploy:update, I can see that >>> everything is checked out and looks fine, but I get a 500 error. I've >>> chmod'ed the dispatch.fcgi and the error still happens, and doing a >>> copy of the dispatch files into the cap deploy'ed directory doesn't >>> work either. Are there any permission issues I should look into? >>> >>> Thanks! >>> >>> >>> >> >> >> >> > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Capistrano" 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.co.uk/group/capistrano?hl=en -~----------~----~----~----~------~----~------~--~---
