On Tue, Jun 13, 2006 at 05:46:50PM -0400, Mark Cornick wrote: > Which also worked, and generated a YAML file with my options: > > --- > :cwd: /home/mcornick/rails/mcornick.org/current > :includes: > - mongrel > :environment: production > :timeout: 0 > :log_file: log/mongrel.log > :config_script: > #:pid_file: log/mongrel.pid > :num_processors: 1024 > :debug: false > :group: > :docroot: public > :user: > :host: 127.0.0.1 > :mime_map: > :port: "6833" > :daemon: true
Oops. I left :pid_file: commented out; I had tried it that way to see if just leaving it at the default setting would help. It didn't; I see no pid file written whether I have :pid_file: commented or not. Sorry 'bout that. --mark _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
