Displaying 20 results from an estimated 2000 matches similar to: "mod_fcgid-1.09 released. Adds DefaultMinClassProcessCount"
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
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 Jul 25
3
+ camping 1.4.140 -- apache+fastcgi, lighttpd+fastcgi
Okay, I have tested mounting several of my apps under Lighttpd and Apache,
both running FastCGI. I''m going to explain the configuration, but first:
update.
gem install camping --source code.whytheluckstiff.net
== Mounting Root for Lighttpd+FastCGI ==
server.port = 3045
server.bind = "192.168.0.103"
server.modules = (
2008 Jul 23
3
Premature end of script headers: dispatch.fcgi
Hey people,
I''m working on this issue for more than 4 hours now and I have no idea
what''s wrong so I ask you kindly to have a look at my stuff.
When I try to access my website I get this error:
Application error
Rails application failed to start properly
error.log says:
[Wed Jul 23 17:51:22 2008] [error] Premature end of script headers:
dispatch.fcgi
I tried to run
2006 May 12
1
Opinion on different web server setups?
This is not directly a Rails question but you lot seem the best to
ask...
I have a strong feeling we will be developing future apps in Rails
(Ruby fans are slowly starting to outnumber cynics in my office) so I
want a web server plan that will be appropriate for that. We have
just bought two new web servers I want to turn into a load-balanced,
redundant pair. As well as any Rails
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
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 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?
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
2006 Nov 09
0
Apache configuration
i TRY TO CONFIGURE APACHE FOR RUBY ON RAILS ON UNIX.
BY THE FOLLOWING WAYl:
Install FastCGI
1. wget http://www.fastcgi.com/dist/fcgi-2.4.0.tar.gz
2. gunzip fcgi-2.4.0.tar.gz
3. tar -xvf fcgi-2.4.0.tar
4. cd fcgi-2.4.0
5. ./configure
6. make
7. make install
8. cd ../
Install mod_fcgid
1. cd ~
2. wget http://fastcgi.coremail.cn/mod_fcgid.1.09.tar.gz
3. gunzip
2006 Jun 07
0
mod_ruby, mod_fcgid performance
anyone ever try to test between mod_ruby and mod_fcgid ?
Artit S.
--
Posted via http://www.ruby-forum.com/.
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 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 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
2007 May 08
1
Can't get Ruby on Rails with Apache and FastCGI
Hi!
Environment
=========
Solaris 10
Apache 2.2.0 with fcgid_module
Ruby 1.8.4
Rails 1.2.3
I am trying to get FastCGI working. Initially I used "dispatch.cgi"
successfully but when I switched to "dispatch.fcgi" I get
====================================================
Application error
Rails application failed to start properly
2006 Jul 02
0
Use mod_rewrite rules instead of rails-routes
Hi
I am trying to use mod_rewrite rules instead of rails routes (don''t ask
why.., routes are not flexible enough in my case):
Basically I have these two RewriteRules in my .htaccess file:
RewriteRule ^(.*\/)*index\.([0-9]+)\.([0-9]+)\.html$
/keywords/show?id=$2&page=$3
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
So I want /foo/bar/index.123.4.html rewritten to
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
2006 Jun 28
0
MySQL Errors
I''m working on deploying my app on Solaris 5.8, Apache 2.0.55, mod_fcgid-
1.09, and mysql-4.1.15.
I am getting the following error in my log when running through mod_fcgid:
> ActiveRecord::StatementInvalid (Mysql::Error: Lost connection to MySQL
server during query:...
The catch is that I get no errors when using WEBrick or script/console.
It took me a while to get the mysql-ruby
2006 Jun 15
0
lighttpd and upload progress
Hi, I''m currently running my rails app on lighttpd. I want to have an upload
progress bar for uploading large files. But I have read that lighttpd has
removed that functionallity right now. Should I switch over to apache 2.0
if I want this feature? Is there another way around it?
Also, I tried installing Apache 2.0 on my mac with fastcgi, but once I tried
to start the server, I get