Check the shebang line in the dispatch.cgi (.fcgi) and make sure it points to the correct location. A common location is
#!/usr/local/bin/ruby
This will give you the “failed to start…” error.
If you’re running linux can do “which ruby” on the command line to get the location.
good luck, andy