On Mon, 2006-08-28 at 19:39 -0700, Joe Ruby wrote: > Here's my config/mongrel.yml: > > --- > :port: 3000 > :debug: false > :daemon: true > - mongrel > :log_file: log/mongrel.log > :environment: development > > I'm starting with 'mongrel_rails -C > config/mongrel.yml' in the root of my Rails app. >
Hmm, I don't have a mac to test this on, but I can't see any reason that would fail like that. Maybe try without the -C with: mongrel_rails start -d (All the stuff you've got in the .yml are defaults anyway except -d daemon). -- Zed A. Shaw http://www.zedshaw.com/ http://mongrel.rubyforge.org/ http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help. _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
