search for: fluxura

Displaying 8 results from an estimated 8 matches for "fluxura".

Did you mean: 2fluxury
2007 Feb 24
3
Mongrel Cluster 1.0.1.1 Prerelease: Healing power of the pack!
...eter bug with mongrel_cluster_ctl calling mongrel_rails. * Default pid_file is now "tmp/pids/mongrel.pid" to match Rails rake tasks. NOTE: I recommend using /var/run/mongrel_cluster so pids are properly cleaned up after a crash. How does it work? ## check status of your cluster [me at fluxura ~]$ mongrel_rails cluster::status -C /etc/mongrel_cluster/fluxura.conf found pid_file: /var/run/mongrel_cluster/fluxura.8000.pid mongrel_rails (port: 8000, pid:27286) is running... found pid_file: /var/run/mongrel_cluster/fluxura.8001.pid mongrel_rails (port: 8001, pid:27289) is running... ## si...
2006 Aug 18
3
New automated Capistrano setup for Apache2.1+ and mongrel_cluster
Hi mongrel users! I just posted a bad-ass capistrano file that automates *everything* for setting up an apache2+mod_proxy_balancer and mongrel+mongrel_cluster -- including apache2 setups. It''s based off Coda Hale''s guide and all Bradley''s work at fluxura and RailsMachine (thanks Coda and Bradley!). It''s, well, bad-ass, if I must say so myself. My favorite part: (0..mongrel_servers-1).each { |server| apache2_rails_conf += " BalancerMember http://127.0.0.1:#{mongrel_start_port + server}\n" } It''s on our newe...
2006 Apr 24
4
mongrel_cluster 0.1: easy mongrel clustering
...commands for managing multiple Mongrel processes behind a reverse-proxy server and load balancer. To install: gem install mongrel_cluster Configure (use -h to options): mongrel_rails cluster::configure Start: mongrel_rails cluster::start I''ve posted a quick how-to on my blog: http://fluxura.com/articles/2006/04/24/easy-mongrel-clustering-with- mongrel_cluster This is the first of many open source releases to support simplified Ruby on Rails application deployment and is an extraction from my work on Rails Machine. Stay tuned for Capistrano tasks, rc scripts, and other good stu...
2006 May 19
12
Mongrel/Apache and static content
I''m looking for an easy way to have mongrel only serve dynamic railscontent, while letting Apache serve non-Rails content. Unfortunately,it seems that you have to segregate the static content in its ownfolder. That was also the case with the SCGI runner. I used thetrick outlined athttp://comments.gmane.org/gmane.comp.lang.ruby.rails/23347 to managethis. I was curious if a similar
2006 Dec 18
6
mongrel_cluster: selective restarts
Hi list, I have tried to reach Bradley (author of mongrel_cluster) by mail, but have not gotten a response. So I''ll try trough this channel: I have ''developed''[1] a small extension to mongrel_cluster that allows selective restart of any one listener in a configuration that contains more than one listener by using a command like mongrel_rails
2006 Jul 26
6
mongrel_cluster
I''m currently working on 4 different RoR apps all using mongrel cluster and each with their own config file in /etc/mongrel_cluster. I would like the ability to stop|start|restart a single app. Anyone working on something like this? I''d be happy to code it up and contribute this if there''s a need. Basically I would like this: sudo /etc/init.d/mongrel_cluster restart
2006 Jun 04
4
eRuby & Rails: Not Compatible
I''m new to Ruby, Rails, and this list. I''ve tried searching for an answer but it all seems to be over my head. I have all the books but again they seem to leave me on my own to figure out the stuff that really matters. Where is the best place to find out the details? Exactly what are these much celebrated "naming conventions"; i.e. where do I find an exhaustive
2006 Jun 18
5
[slightly OT] Apache 2.2.2 proxy config
...indicate that "KeepAlive Off" can slow things down marginally, but if it fixes it I don''t really care. Is there another, better way to do this in my Apache conf? Thanks, Tom [1] http://scottstuff.net/blog/articles/2005/07/20/apache-tuning-for-rails-and-f astcgi [2] http://fluxura.com/articles/2006/05/19/apache-for-static-and-mongrel-for-rai ls-with-mod_deflate-and-capistrano-support