Displaying 1 result from an estimated 1 matches for "mongrel_8080".
2007 Feb 08
0
mongrel_rails man page
...le is slightly different since it''s a YAML file. .br
Mongrel has a -G (generate) feature that will take any command line options you give it, generate the YAML file to replicate those options, and then exit. For example, you could make a config file like this:
.PP
.B mongrel_rails start -G mongrel_8080.yml -e production -p 8080
.PP
And it''ll write all the options possible to mongrel_8080.yml, but with your specific changed for environment (-e production) and port (-p 8080). When you run a configuration file with -C, don''t pass other options. Rather than have complex rules about...