Displaying 20 results from an estimated 1000 matches similar to: "Apache+mod_proxy_balancer+Mongrel+Mephisto, Apache kills CPU"
2007 Jan 25
8
Mongrel with mephisto on a Virtual Private Server
Hello everyone,
I am trying to setup Mongrel to work with Apache on a VPS as part of a mephisto installation. Has anyone done this, and if so how did you edit your conf file to make it work?
I used the info found on the mongrel site at:
http://mongrel.rubyforge.org/docs/apache.html<http://mongrel.rubyforge.org/docs/apache.html>
and one time I did get a mephisto splash screen, but it was
2007 Oct 15
24
Design flaw? - num_processors, accept/close
Rails instances themselves are almost always single-threaded, whereas 
Mongrel, and it''s acceptor, are multithreaded.
In a situation with long-running Rails pages this presents a problem for 
mod_proxy_balancer.
If num_processors is greater than 1 ( default: 950 ), then Mongrel will 
gladly accept incoming requests and queue them if its rails instance is 
currently busy.    So even
2007 Sep 13
5
Apache mod_proxy_balancer hang on high traffic hour
more info
just 1 server
webserver + appserver + dbserver
On 9/14/07, Yan Meng <dreamwords at gmail.com> wrote:
>
> Hi, Guys
>
> Our team is running a web2.0 finance site in China
>
> http://www.caibangzi.com/
>
> We use APACHE + mod_proxy_balancer + mongrel to deploy our application, it
> workd super in the past few monthes.
>
> However, just  from last
2008 Apr 04
1
Problem when i try deploy mephisto
Hello everybody... now i finish my first mephisto application and try
deploy. In my development machine everything is fine on Rails 2.0.2
and last version of mephisto on Mephisto repository. But when i try
deploy and run rake db:bootstrap RAILS_ENV=production to make my db
ready fo mephist i get strange error:
uninitialized constant CodeRay::Encoders::PluginHost
The suport on rails playground
2006 Aug 10
0
Mephisto 0.5: Thanos Release
Hey guys, I''m pleased to announce the first official release of my
blogging tool: Mephisto.  This is the same blog engine I''ve been using
on my own blog for months, as well as the several high profile blogs
like Riding Rails, the Fluxiom blog, etc.
http://mephistoblog.com/2006/8/10/mephisto-0-5-thanos-release
-- 
Rick Olson
http://techno-weenie.net
2006 Feb 08
8
Liquid with database?
Hello,
  Just wondering if someone here as successfully ported Liquid to use  with a database. I would like to try it out but not sure how Liquid  integrates with current templates.
  
  Thanks
  Frank
  
			
---------------------------------
 Yahoo! Mail - Helps protect you from nasty viruses.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Feb 28
7
XCP - migration from xend
Hello there,
I have some issues regarding xend domU migration to XCP VM.
I try to migrate my old xend domU''s to my xen Could using the xva.py
script. All seems to work quite ok, the migration process doesn''t throw
any errors, i get a .xva file with a proper Size.
When importing that file, immidiately the VG and LV is created, and VM
properties are assigned correctly. But when
2006 Apr 21
4
Scaling Rails with Apache 2.2, mod_proxy_balancer and Mongrel
Cheers,
I''ve just published a blog post about scaling Rails with Apache 2.2, 
mod_proxy_balancer and Mongrel. This way you do not need another proxy 
server or load balancer for Mongrel. Just use Apache 2.2 and mod_proxy 
balancer.
http://blog.innerewut.de/articles/2006/04/21/scaling-rails-with-apache-2-2-mod_proxy_balancer-and-mongrel
Jonathan
-- 
Jonathan Weiss
2007 Jun 28
4
Apache: mod_balancer vs. mod_proxy_balancer
I''m trying to setup a mongrel cluster.  I''m relying on information
collected from a number of sources but I''m relying heavily on
http://mongrel.rubyforge.org/docs/apache.html.
I have noted that a number of sources mention the necessity of having
the mod_balancer module installed in Apache.  However, my primary
source makes no mention of this; but instead, mentions only
2007 Sep 17
0
Apache mod_proxy_balancer hang on high traffic
Try nginx + evented mongrel instead of apache + normal Mongrel.  Maybe :)
-Roger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070917/c6f6f43a/attachment.html
2007 Jul 19
0
[mongrel_cluster] hosting multiple web sites via apache mod_proxy_balancer
I''m newbie to mongrel,
I''m not able to config mongrel_cluster in order to host multiple web sites added/remove as apache VirtualHost.
I followed codahale http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistrano-and-you/
mixed with Wiki Radiant (I use Radiant as a rails apps to be deployed, 1 domain 1 radiant sites with its own document tree
2006 Jul 03
2
Strange local requests with Apache 2.2, mod_proxy_balancer, and Mongrel 0.3.13.2
Hello all,
My Rails app is logging some rather strange requests:
Processing StoreController#index (for ::1 at 2006-07-03 13:18:48) [GET]
  Session ID: ed5e2a0e5b4b9290835a969cdd749e6e
  Parameters: {"action"=>"index", "controller"=>"store"}
Completed in 0.08174 (12 reqs/sec) | Rendering: 0.07951 (97%) | DB:
0.00000 (0%) | 200 OK [http://127.0.0.1/]
2007 Dec 13
1
mod_proxy_balancer mod_rewrite permission issue
I started the mongrel_cluster and tried to use the RewriteRule to forward
the requests to proxy_balancer just as the
http://mongrel.rubyforge.org/docs/apache.html said.
When I visited my site from a remote computer, I always got the error
messages "Forbidden, You don''t have permission to access / on this server."
Finally, I added the "Allow from all" property (in the
2006 Nov 17
5
[Tweaking-Typo-4.0.3] acts_as_ferret `method_missing''
Hey Folks,
after following the instructions for tweaking Typo to use rather ferret 
than DB queries to search article I got a strange NoMethod error when 
starting the console or the server scripts.
/usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/base.rb:1129:in 
`method_missing'':NoMethodError: undefined method `acts_as_ferret'' for 
Content:Class
As you can
2007 Aug 26
5
Issues with mod_proxy/mod_proxy_balancer and my ded. server host
Hello list,
I wonder if someone could help me understand the following:
I''ve got a managed dedicated server with GoDaddy. Until now, I''ve only
hosted PHP applications there. I now need to set it up to host my new
beloved Rails application. I asked them to set up apache with
mod_proxy_balancer for the mongrel cluster, however, here''s what they told
me:
*Unfortunately,
2006 Aug 29
15
Setup with Apache 2.2 proxy balancer : timeout during uploads
Hi all,
I encounter timeout errors during file uploads in my Rails application.
I think the problem may be in the Mongrel configuration. Here is my setup:
* Load balancer (Cisco CSM, my provider''s Catalyst 6509)
* Apache 2.2.3 with mod_proxy_balancer
* Mongrel 0.3.13.3
* Rails 1.1.6
* Ruby 1.8.4
* MySQL 5.0.22
* file_column
I host an application in which users may upload medium files
2006 Oct 24
9
[WARN] Got 99% CPU?
Hey folks,
I ran into a few people at RubyConf who were having 99% CPU issues.  Please contact me if you meet the following criteria:
1. You are running a production site.
2. You are experiencing 99% CPU errors.
3. This is frequent enough that you cannot manage it.
Thank you.  Please contact me off-list about it.
-- 
Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu
http://www.zedshaw.com/
2007 Nov 21
6
mod_proxy_balancer under heavy load.
So I''m still working on a ''perfect'' setup so I can document it on the wiki,
and will submit some puppet patches against 0.23.2 next week, but here''s
what I''ve done that has made a big difference to stability here.
in puppetmasterd at line 261, I''ve modified the Mongrel instantiation from:
server = Mongrel::HttpServer.new(addr,
2006 Sep 26
12
resource_feeder feedback
Let me apologize in advance as this is a topic that I feel passionate 
and opinionated about.  If I''m coming on too strong, please forgive me.
=== Be opinionated===
My first piece of advice is simple: be opinionated.  Change the method 
name to simply <feed_for>.  Have it default to doing the right thing. 
Perhaps give an option to change the default feed format, but default to 
2001 Nov 12
2
problem with make on solaris 8 and openssh 3.0p1
Hi.
 
After I've run the configure (./configure --prefix=/usr/local 
--without-rsh --disable-suid-ssh --sysconfdir=/usr/local/etc 
--with-ssl-dir=/usr/local/ssl --with-tcp-wrappers) and want to run the 
make (make -d -d) script, I get this error msg:
 
Finished prerequisites of target file `inet_aton.o'.
Must remake target `inet_aton.o'.
make[1]: Entering directory