Hi there
I have installed mongrel using rubygems and I have filled the mongrel
configuration file in my rails config directory, which is:
cwd: /var/www/my_http_dir/
log_file: log/mongrel.log
port: "8100"
environment: production
address: 127.0.0.1
pid_file: tmp/pids/mongrel.pid
servers: 2
The problem is that when I try to start mongrel using the command line
order ''mongrel_rails mongrel::start -C
config/mongrel_cluster.yml''
appears this error message
** Ruby version is not up-to-date; loading cgi_multipart_eof_fix
** Loading settings
from /var/www/ktala/mob1970.org/cheatsheetsandrecipes/config/mongrel_cluster.yml
(they override command line).
!!! Unknown configuration setting: servers
mongrel::start reported an error. Use mongrel_rails mongrel::start -h
to get help.
Can anybody tell me what is happening? Why servers params is not ok?
Thanks in advance
Regards
Miquel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---