Hi Y''all, Just a quick note announce an update to mongrel_cluster. Changes: - ''mongrel_rails cluster::restart'' now calls ''mongrel_rails stop'' and ''mongrel_rails start''. ''cluster::restart'' now accepts the ''force'' argument instead of ''soft''. - Added ''.conf'' as a valid file extension for mongrel_cluster_ctl. - Added check for missing script and directory to the init.d script. (Thanks, Neil Wilson) To install: gem install mongrel_cluster --source http:// railsmachine.rubyforge.org/releases I''m working on documentation the next few days so if you have any burning questions or confusion, please let me know. Thanks, Bradley Taylor ------ Rails Optimized Hosting ~ VPS and Dedicated Servers Simplified Deployment ~ Services and Software railsmachine.com -------------- next part -------------- An HTML attachment was scrubbed... URL: rubyforge.org/pipermail/mongrel-users/attachments/20060713/b0cf5e7b/attachment.html
Bradley Taylor
2006-Aug-12 00:12 UTC
[Mongrel] [ANN] Mongrel Cluster 0.2.1 prerelease with prefix!
Hi all: I have update the mongrel_cluster prerelease to support the new "prefix" option in the Mongrel prerelease and include a rc script for FreeBSD. Thanks for the contributions from Andrew Bennett, Nat Brown, and Neil Wilson. Changes: - ''mongrel_rails cluster::restart'' now calls ''mongrel_rails stop'' and ''mongrel_rails start''. ''cluster::restart'' now accepts the ''force'' argument instead of ''soft''. - Added ''.conf'' as a valid file extension for mongrel_cluster_ctl. - Added check for missing script and directory to the init.d script. (Neil Wilson) - Added rc script for FreeBSD in resources/mongrel_cluster.sh (Andrew Bennett) - Added support for --prefix including Capistrano tasks (Nat Brown) Known issues: - mongrel_rails complains about missing pid or log files when using relative paths despite specifying ''chdir''. To fix, edit your mongrel_cluster conf file to use absolute paths . I will investigate this further this weekend, but I wanted to get the ''prefix'' support out. If you don''t need to use ''prefix'' and you store your configuration outside of ''RAILS_ROOT/config'', please wait for the next one. To install: gem install mongrel_cluster --source http:// railsmachine.rubyforge.org/releases Please submit bugs, patches, and requests to the RubyForge tracker: rubyforge.org/tracker/?group_id=1336 Let me know how it goes. Thanks, Bradley Taylor ------ Rails Optimized Hosting ~ VPS and Dedicated Servers Simplified Deployment ~ Services and Software railsmachine.com -------------- next part -------------- An HTML attachment was scrubbed... URL: rubyforge.org/pipermail/mongrel-users/attachments/20060811/e71f1a75/attachment.html
Joey Geiger
2006-Aug-14 13:46 UTC
[Mongrel] [ANN] Mongrel Cluster 0.2.1 prerelease with prefix!
What changes would I need to make to my configuration file to enable the prefix support? Thanks. --- user: user cwd: /web/servers/website.com/rails port: "8001" environment: development group: group address: 127.0.0.1 pid_file: log/mongrel.pid servers: 3 On 8/11/06, Bradley Taylor <bradley at railsmachine.com> wrote:> > Hi all: > > I have update the mongrel_cluster prerelease to support the new "prefix" > option in the Mongrel prerelease and include a rc script for FreeBSD. Thanks > for the contributions from Andrew Bennett, Nat Brown, and Neil Wilson. > > Changes: > - ''mongrel_rails cluster::restart'' now calls ''mongrel_rails stop'' and > ''mongrel_rails start''. ''cluster::restart'' now accepts the ''force'' argument > instead of ''soft''. > - Added ''.conf'' as a valid file extension for mongrel_cluster_ctl. > - Added check for missing script and directory to the init.d script. (Neil > Wilson) > - Added rc script for FreeBSD in resources/mongrel_cluster.sh (Andrew > Bennett) > - Added support for --prefix including Capistrano tasks (Nat Brown) > > Known issues: > - mongrel_rails complains about missing pid or log files when using relative > paths despite specifying ''chdir''. To fix, edit your mongrel_cluster conf > file to use absolute paths . I will investigate this further this weekend, > but I wanted to get the ''prefix'' support out. If you don''t need to use > ''prefix'' and you store your configuration outside of ''RAILS_ROOT/config'', > please wait for the next one. > > To install: > gem install mongrel_cluster --source > railsmachine.rubyforge.org/releases > > Please submit bugs, patches, and requests to the RubyForge tracker: > rubyforge.org/tracker/?group_id=1336 > Let me know how it goes. > > Thanks, > Bradley Taylor > > ------ > Rails Optimized Hosting ~ VPS and Dedicated Servers > Simplified Deployment ~ Services and Software > railsmachine.com > > > > > > > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > rubyforge.org/mailman/listinfo/mongrel-users > >
Bradley Taylor
2006-Aug-14 15:57 UTC
[Mongrel] [ANN] Mongrel Cluster 0.2.1 prerelease with prefix!
On Aug 14, 2006, at 9:46 AM, Joey Geiger wrote:> What changes would I need to make to my configuration file to enable > the prefix support? > > Thanks. > > --- > user: user > cwd: /web/servers/website.com/rails > port: "8001" > environment: development > group: group > address: 127.0.0.1 > pid_file: log/mongrel.pid > servers: 3 >Add "prefix:" with the same value you that would pass to mongrel_rails on the command line. You could also rerun mongrel_rails cluster::configure and regenerate it. Thanks, Bradley ------ Rails Optimized Hosting ~ VPS and Dedicated Servers Simplified Deployment ~ Services and Software railsmachine.com -------------- next part -------------- An HTML attachment was scrubbed... URL: rubyforge.org/pipermail/mongrel-users/attachments/20060814/caf9b6b0/attachment.html