I've got my app up and running in FastCGI and am trying to follow the instructions to switch to mongrel hosting http://www.hostingrails.com/forums/wiki_thread/19].
When I run
[~/myapp] mongrel_rails start -e production -p 4*** -d
I get the following message:
!!! Path to log file not valid: log/mongrel.log
mongrel::start reported an error. Use mongrel_rails mongrel::start -h to get help.
I double-checked my port number and tried adding a mongrel.log file in my log directory (but when it didn't make a difference I deleted it).
Any ideas what's going wrong?
Thanks for your help!