similar to: mod_ruby, mod_fcgid performance

Displaying 20 results from an estimated 100000 matches similar to: "mod_ruby, mod_fcgid performance"

2006 Apr 27
0
mod_fcgid-1.09 released. Adds DefaultMinClassProcessCount
No more long delays because every dispatch.fcgi got killed for reaching max idle time. mod_fcgid is a GPL, binary-compatible alternative to mod_fastcgi. mod_fcgid is recommended over mod_fastcgi when using Apache2. This release gains a feature that many on Apache2 has been waiting for: DefaultMinClassProcessCount(default 3). Idle fastcgi will not be killed if their count is less than
2006 Jul 28
4
[mod_fcgid] 503 server temporarily unavailable
Hi There, Every now and then, and recently more and more we get a "503 server temporarily unavailable" error from our rails app. We are running Rails 1.0 with mod_fcgid in Apache 2.0.54 on Debian The thing is I don''t think we have such a heavy load on the server, and I haven''t seen this error occur at all outside the rails app. In fact I don''t think I ever
2006 Apr 27
6
Why not mod_ruby?
Hi! I''ve understood that the mod_ruby apache module is not recommended for running Ruby on Rails applications. But I haven''t found any information as to why that is so. Please enlighten me. And could you point me to the (currently) prefered production environment. (That can handle both RoR and PHP sites). Thank you and best regards Hans-Eric Gr?nlund -- Posted via
2006 May 23
12
Mod_fcgid question: is this normal?
I installed mod_fcgid yesterday. It works great for my Rails app. But in my fastcgi.crash.log is constantly get this output: [23/May/2006:08:12:07 :: 29040] starting [23/May/2006:08:18:48 :: 29040] asked to terminate immediately [23/May/2006:08:18:48 :: 29040] terminated by explicit exit [23/May/2006:08:22:03 :: 29391] starting It also shows up in the Apache error log. Is this normal? Or should I
2006 May 11
5
Recommendations for Apache 2 with mod_fcgid
Hi, Have been pulling out my hair for the last few days wondering what I''m going to deploy my site onto. I currently have FreeBSD 4.7, Apache 1.3.3, PHP 4 and MySQL 4 running a year-old PHP site. Dated stuff I know! The new version of the site will be entirely Ruby on Rails, and I am wondering what order I should be doing things in terms of upgrades and installation. I want to be
2005 Aug 03
0
Apache::RailsDispatcher for mod_ruby
Hi, I wrote Apache::RailsDispatcher to run Rails applications on mod_ruby. http://blog.shugo.net/articles/2005/08/03/running-rails-on-mod_ruby Apache::RailsDispatcher can run multiple applications in the same process. It works like this: * require loads libraries into the top level, and they are shared with all applications. * require_dependency loads libraries into an anonymous
2005 Apr 08
0
switch mod_ruby to fastcgi but still use eruby?
Hello there list- I have a question I hope someone can answer. I have a Debian server that currently has mod_ruby and eruby installed and working great for the last year or so. I also have one rails app working great on this box. My question is this: I want to switch to fastcgi so i can have more than one rails app, but there are already many scripts using eruby with no framework at all just
2006 Jun 07
3
Can ruby on rails run multiple in one shared host
I setup 2 RoR but second one cannot be reach, it goes to first RoR App. Apache2+fcgid+ruby1.8.4+mysql Thank You Artit S. -- Posted via http://www.ruby-forum.com/.
2006 Mar 08
3
mod_fcgid first request slow
I have posted this before with not much response so I am posing the question again. Is there a solution for this very apparent issue with mod_fcgid that the "First connection is incredibly slow". It seems its b/c mod_fcgid doesnt keep at least 1 persistent connection around that this first connection needs to start up and then every other request is fast. Is there a solution to this?
2008 May 02
6
looking for Mod_Ruby and easy Deployment Options? Sign Here
Hi, http://www.ruby-forum.com/topic/151662#669164 Hi, Please read more on the above link first, which is available in this section of Ruby on Rails. It will give you a clear understanding of Deployment scenario The Author of that thread and Me too, are frustrated with Lack of Shared Hosting and Tough Deployment Scenario, since nothing is shaping up. We do not want to get carried away with
2006 Jun 27
0
mod_fcgid trouble
Hello everyone, I''m having some trouble hosting using mod_fcgid. If I run ruby -d dispatch.rb I get the error: Exception `NameError'' at ./../config/boot.rb:14 - uninitialized constant Rails Any ideas on how to fix this? The weird thing is that running it with webrick works just fine. I tried setting the GEM_HOME environment variable in my environment.rb, but I started to get
2008 Sep 06
0
Problem with mod_fcgid on AMD64
Earlier today I reinstalled one of our web servers (Dell PowerEdge 860 running dual or quad core Xeons) with amd64 RELENG_7 as of today, replacing i386 RELENG_7 from about a month back (clean install). After installing Apache 2.2.9 and mod_fcgid 2.2 from ports exactly as on the other i386 machines, Apache fails to start with: [Sat Sep 06 19:48:19 2008] [notice] suEXEC mechanism enabled
2017 Dec 06
0
CEBA-2017:3308 CentOS 7 mod_fcgid BugFix Update
CentOS Errata and Bugfix Advisory 2017:3308 Upstream details at : https://access.redhat.com/errata/RHBA-2017:3308 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 40e654de557229bc3157fa5a96b965295abf8682f1877a3fdfbac129a1cc53d7 mod_fcgid-2.3.9-4.el7_4.1.x86_64.rpm Source:
2006 Aug 23
12
mod_ruby and rails
Can rails run under apache and mod_ruby? How? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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
2005 Dec 14
14
Install problems: R-o-R on Debian with mod_ruby
Hello, I have tried to setup Ruby-on-rails on my debian Linux machine and can not get it to run. Maybe someone can help. The following was installed already: - apache2 2.0.54 (and PHP5) - Postgresql 8.1 Now, having the ''unstable'' branch in my /etc/apt/sources.list I did: apt-get install libapache2-mod-ruby and Apache reports a "mod_ruby/1.2.4 Ruby/1.8.4"
2006 Mar 23
1
mod_fcgid
Hello, I''m using rails on apache2 with mod_fcgid and I can''t seem to set the RAILS_ENV properly. I have dev & production vhosts and would like to set the environment from within apache rather than globally via fcgid.conf, and I thought this might work from within the relevant vhost: DefaultInitEnv RAILS_ENV production but it seems to do nothing... Does anyone know the
2006 Mar 04
0
mod_fcgid first connection issue
Hello, Running apache 2.x with mod_fcgid as recommended. My question is there seems to be no "per rails instance" configuration which is fine however is there a fix for this common issue of the "first request is always really slow". I am finding if nobody hits my site for a little while then the first request hangs and then all is normal. Should i raise the timeout for
2006 Apr 09
18
I can''t get mod_fcgid to work
Hi, I just installed mod_fcgid on my apache2 server. When I try to load my application I get an "Application error - Rails application failed ..." message. In my Apache2 error-log it says: Premature end of script headers dispatch.fcgi mod_fcgid process /data/www/app/dispacth.fcgi exit (communication error), terminated by calling exit(), return code 1 Any help with this would be
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 May 17
3
Rails "Application Error" with apache and mod_fcgid
Hello, I have a gentoo system that I am trying to remotely develop rails applications on using apache and fcgi. I created the simple hello world example from Dave Thomas'' book to test the system and I receive an "application error" when I try to go to the page. I can startup webrick and use links to view the page just fine, but nothing doing through apache. I have