Displaying 1 result from an estimated 1 matches for "add1bee8".
2007 Mar 09
3
Rails log file permissions
When I start a Rails server with
$ mongrel_rails start --chdir ~/railsapp --port 3003 --pid \
/home/me/railsapp/tmp/pids/mongrel.pid --daemonize
the server starts and opens two log files, development.log and
mongrel.log. Both have permissions -rw-rw-rw-.
If I omit --deamonize, it opens one log file, development.log, with
permissions -rw-r--r--.
I would like to make the server use