search for: is_cgi

Displaying 6 results from an estimated 6 matches for "is_cgi".

Did you mean: __cgi
2005 Dec 20
1
trouble with fastcgi and "undefined method `is_cgi?''"
...a really simple Rails app that doesn''t do any database actions. It works fine when I call it as CGI, but when I try to switch to fastCGI, I have problems. I get the following error in log/fastcgi.crash.log: [20/Dec/2005:10:16:53 :: 26912] Dispatcher failed to catch: undefined method `is_cgi?'' for FCGI:Class (NoMethodError) /usr/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1/./fcgi.rb:593:in `each_cgi'' /usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/fcgi_handler.rb:52:in `process!'' /usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/fcgi_handler.rb:22:in `process!'...
2005 Mar 04
24
Rails speed?
Hi -- (First time posting to the list...) I''m trying out Rails on my Mac (OS X Panther, 1.6 G5). It seems... kinda slow? I''ve even run it with FastCGI and the response time is still painfully slow. Is this just me? Is mod_ruby any better than FastCGI? Or is it rails? Thanks in advance! -- joshua
2006 Jun 13
0
Yet Another Apache/FastCgi Setup Issue
...en running "ruby dispatch.fcgi" I get in fastcgi.crash.log the following: <fastcgi.crash.log> # Logfile created on Tue Jun 13 11:31:54 PDT 2006 by logger.rb/1.5.2.7 [13/Jun/2006:11:31:54 :: 1121] starting [13/Jun/2006:11:31:54 :: 1121] Dispatcher failed to catch: undefined method `is_cgi?'' for FCGI:Class (NoMethodError) /usr/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1/./fcgi.rb:593:in `each_cgi'' /usr/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:53:in `process!'' /usr/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:23:in `process!''...
2005 Jul 28
1
Rails+Apache 2+FastCGI on Fedora Core 3 Linux: Has anyone got it working well?
...erver. The application runs well as a "plain" CGI application. My next step was to speed things up with FastCGI installed via "gem install fcgi". (version 0.8.6.1). That approach lead to this error in the fastcgi.crash.log: Dispatcher failed to catch: undefined method `is_cgi?'' for FCGI:Class (NoMethodError) The next thing I tried was removing the fcgi gem and manually installing fcgi 0.8.6 from a .tar.gz download. That fixed the error, but now I''m seeing in the server log: [Wed Jul 27 11:08:51 2005] [error] [client 150.203.5.176] FastCGI: in...
2006 Mar 07
6
fcgi dispatcher crashing
...faik. Trying to run dispatch.fcgi from the shell doesn''t work either. It bombs out, and the following is written to ''railsapp/log/fastcgi.crash.log'': -- [07/Mar/2006:16:15:34 :: 29789] starting [07/Mar/2006:16:15:34 :: 29789] Dispatcher failed to catch: undefined method `is_cgi?'' for FCGI:Class (NoMethodError) /usr/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1/./fcgi.rb:593:in `each_cgi'' /usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/fcgi_handler.rb:52:in `process!'' /usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/fcgi_handler.rb:22:in `process!''...
2006 May 17
3
Rails "Application Error" with apache and mod_fcgid
...n `LoadError'' at /usr/lib/ruby/site_ruby/1.8/i686-linux/fcgi.so:0 - libfcgi.so.0: cannot open shared object file: No such file or directory - /usr/lib/ruby/site_ruby/1.8/i686-linux/fcgi.so Exception `NoMethodError'' at /usr/lib/ruby/site_ruby/1.8/fcgi.rb:593 - undefined method `is_cgi?'' for FCGI:Class (eval):3: warning: redefine remove_params (eval):13: warning: method redefined; discarding old initialize (eval):19: warning: method redefined; discarding old args (eval):22: warning: method redefined; discarding old env_table (eval):25: warning: method redefined; discardi...