search for: scgi_ctrl

Displaying 12 results from an estimated 12 matches for "scgi_ctrl".

2006 Jul 28
4
SCGI + Rails at System Startup
All of the documentation for scgi_ctrl says to run it from your Rails app directory, and I can''t get it to run from a single command line like you would in a system startup script. I''ve tried: scgi_ctrl -c /www/myapp/config/scgi.yaml start ...but that just errors out unless I run it from within the root of my rail...
2006 Feb 23
5
Help with SCGI please :(
Hi, While learning Ruby and Rails, I decided I just as well learn Linux along the way... It''s been fun, but I''m stuck at one of those exasperating moments... I hope someone can help me :) I installed Ruby 1.8.4 on Fedora Core 4, then Rails, then lighty, and then SCGI. I used yum to install lighty... and it already comes with mod_scgi. I created my first application in
2005 Dec 01
12
Difficult process of restarting SCGI, Lighttpd, Apache, sessions
I''ve managed to get Rails working using Apache->Lighttpd->SCGI. Restarting everything is really difficult. This appears to be the process: - stop apache - stop lighttpd - stop scgi - make sure scgi still isn''t running (it sometimes does) - if it is, kill it - delete all session files (they often cause permission errors) - start scgi - start apache - start lighttpd - cross
2006 Feb 28
6
scgi+lighttpd+windows - why wont it work?
...talled ruby, rubygems, and setup my rails app. All works fine with webrick. I then did: gem install cmdparse and gem install highline (as required for the scgi_rails gem according to http://www.zedshaw.com/projects/scgi_rails/) Then I downloaded scgi_rails-0.4.3.gem and installed it. I then ran scgi_ctrl config -S and entered a password (is this pwd supposed to map to the db or something??). When I cmd to my rails app and type scgi_service, i get the following nasty error: c:/ruby/lib/ruby/gems/1.8/gems/scgi_rails-0.4.3/lib/scgi.rb:393:in `trap'': unsupported signal SIGHUP (ArgumentErr...
2005 Nov 06
11
Ideal Rails / Apache config?
Hi All, Just about to set up RoR on our server and was wondering what the ideal setup for RoR is these days? Apache 1? Apache 2? fCgi? Any guidance would be helpful! Thanks, -Adam
2005 Oct 21
21
PHPonRails ?
I''ve have a very tight schedule project that MUST (not my option), be developed in PHP. Is there a Rails based framework for this platform? I like the Rails way of things, but in this case, I cannot choose the programming language, so please don''t offend me :-) Thanks in advance, Alessandro _______________________________________________ Rails mailing list
2006 Apr 16
0
re: trouble in Lighty
Hi all! Do we need to install fcgi separately on windows? I have tried scgi; i am not able to do the following: > ruby scgi_ctrl config this is throwing error(load error)... pl. help me in solving this problem... regards, Sivakumar __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2006 Apr 03
9
Problem with Windows not finding methods
I am running (testing) a noob-tube for myself as follows: Windows XP SP2 lighty ruby 1.8.x rails 1.1 scgi I have everything working fairly well, but with one minor exception: the actions that I have defined as follows are not found. class MytestController < ApplicationController def index render_text "Hello Nurse!" end def dilbert render_text "Dilbert
2006 Apr 03
12
scgi?? do i need it for ruby?
This might be obvious to everyone but it is something that i haven''t been able to find an answer to. Do I need to have either scgi/fastcgi/cgi running on either lighttpd/apache for ruby scripts to work? If yes, why? I have installed the scgi server and i can get the service to run, i have also installed the following mod_fastcgi/2.4.2 mod_ruby/1.2.4 Ruby/1.8.2(2004-12-25) mod_scgi,
2007 Jan 09
0
Production Mode with SCGI
Hi, I have an application running on Apache SCGI (Win XP). Once I run it in production mode (scgi_ctrl config -S -e production ) I''m getting stack trace instead of HTTP status 500 (Application Error) and the error is logged production.log. The application works fine without SCGI. Your help is highly appreciated.... Thanx /* production.log */ # Logfile created on Thu Jan 04 16:35:43 +0530...
2005 Oct 17
12
SCGI Rails Runner 0.4.1 (getting closer)
...ative to FastCGI. This release features several nice features from the previous (0.4.0) release: * Most functionality is generalized into the scgi.rb file so that other frameworks can benefit from SCGI. This includes the DRb control code too. * There is a new command scgi_cluster that works like scgi_ctrl but manages a cluster of SCGI processors for you. * A few minor source changes and clean-ups, but no major bugs found so far. * All classes are documented with RDoc and the README is complete. * A packaged RubyGem for people to install (let me know if it works for you). * All DRb control methods ar...
2005 Oct 19
35
Why you MUST use SCGI for Rails development
Hello happy Railers, I used to develop with a local out-of-the-box Apache and load times were pretty slow (like a few seconds each page). "Well, it''s the price to pay for no compile / cache / etc..." I thought. Nonsense. Yesterday I installed SCGI, and now I''ve got the best of both worlds: rails development env uses my very latest modifications, while SCGI ensures I