search for: mcornick

Displaying 1 result from an estimated 1 matches for "mcornick".

2006 Jun 13
1
log and pid file problems when using a config file w/ -C
Hi there, I''m using Mongrel (0.3.13 prerelease, installed today) to serve up some Rails apps in production. Everything works fine if I give all the appropriate options on the command line, such as: $ mongrel_rails start -c /home/mcornick/rails/mcornick.org/current -P log/mongrel.pid -l log/mongrel.log -e production -d -a 127.0.0.1 -p 6833 So, having accomplished that, I thought it would be easier to dump all that stuff into a config file to use with the -C option. So I did this: $ mongrel_rails start -c /home/mcornick/rails/mcorn...