I'm using Capistrano -- and it looks like there aren't any log files. The log directory goes to shared/log, so I created an apps/shared/log directory, but still no files.
The access-logs symlink points to /usr/local/apache/domlogs/tersesy, which also doesn't exist.
I think the problem may be related to Capistrano:
** transaction: commit
* executing `deploy:restart'
* executing "/home/tersesy/apps/tersesystems/current/script/process/reaper --dispatcher=dispatch.fcgi"
servers: ["74.86.164.232"]
[74.86.164.232] executing command
** [out :: 74.86.164.232] Restarting 20462
** [out :: 74.86.164.232] kill
** [out :: 74.86.164.232] 20462: Operation not permitted
** [out :: 74.86.164.232] Restarting 20593
** [out :: 74.86.164.232] kill
** [out :: 74.86.164.232] 20593: Operation not permitted
command finished
* executing "cd /home/tersesy/apps/tersesystems/current && chmod 755 app config db lib public vendor script script/* public/disp*"
servers: ["74.86.164.232"]
[74.86.164.232] executing command
command finished
The reaper doesn't seem to have permission to reap the fastcgi processes.
2007-10-24 02:56 PM