Couldn't find any pid file in matching 'dispatch.[0-9]*.pid'

I’m working on a project where I needed to use Edge Rails for some
association goodness. Unfortunately Capistrano has decided to take a
dive every-time I try to deploy out to a dev box and I get the
following when it attempts to restart the processes. Couldn’t find any
pid file in ‘/u/apps/{my_app}/current/tmp/pids’ matching
‘dispatch.[0-9]*.pid’

I have Apache 2 + FCGI handling all the web fu. Has anyone figured out
how to get EdgeRails/Cap working with Apache+FCGI? It doesn’t appear as
though FCGI knows about the pids directory or that it needs to make a
record of all the processes for the reaper script to clean up.
Thoughts, tips, or suggestions?