similar to: Lighttpd/FastCGI dispatch.fcgi processes

Displaying 20 results from an estimated 600 matches similar to: "Lighttpd/FastCGI dispatch.fcgi processes"

2006 Aug 09
0
FastCGI - how to relocate dispatch.fcgi outside of rails app
Howdy. Due to a rather unique hosting setup, I need to relocate the dispatch.fcgifile to a directory outside of /path/to/application/public. The setup looks like: /path/to/content/RailsApp/ -- all application files /path/to/fcgi-bin/RailsApp/ -- dispatch.fcgi I''ve modified dispatch.fcgi to find environment.rb; however, all requests for static files (index.html, javascripts, etc) fail
2005 Dec 19
1
FastCGI: comm with (dynamic) server dispatch.fcgi aborted
I just did a "gem update" on my server updating to the latest version. After this none of my scripts work. In apache error log I get: FastCGI: comm with (dynamic) server "/home/user/public_html/dispatch.fcgi" aborted: (first read) idle timeout (30 sec) My only guess is that the problem is related to the fastCGI binding but I have no idea what to look for. I
2006 Mar 23
2
Lighttpd Configuration Problems
Hey Folks! I''ve got a Fedora Core 4 machine that I''m installing Ruby on Rails on, following this set of instructions: http://www.digitalmediaminute.com/howto/fc4rails/ Everything has gone well up until I get to the part about configuring lighttpd to use virtual hosts. Here''s the chunk of code I''ve got in my config file that appears to be the culprit.
2005 Dec 19
1
FastCGI: comm with (dynamic) server ...../dispatch.fcgi aborted: (first read) idle timeout (30 sec)
Hello, I just did a "gem update" on my server updating to the latest version. After this none of my scripts work. In apache error log I get: FastCGI: comm with (dynamic) server "/home/user/public_html/dispatch.fcgi" aborted: (first read) idle timeout (30 sec) My only guess is that the problem is related to the fastCGI binding but I have no idea what to look for. I
2006 Mar 13
3
Strange SSH login try.
Hello list. Today I saw something strange in logs one of my servers. Part of the /var/log/security: Mar 12 15:01:03 server sshd[28505]: Invalid user abc from ::ffff:x.x.x.x Mar 12 15:01:03 server sshd[28503]: Invalid user ab from ::ffff:x.x.x.x Mar 12 15:01:03 server sshd[28507]: Invalid user abcd from ::ffff:x.x.x.x Mar 12 15:01:03 server sshd[28509]: Invalid user abcde from ::ffff:x.x.x.x Mar
2006 May 26
2
Lighttpd Config
Hi this is a newbie question that should be easy enough for somebody to answer, I''m horrible at this web server configuration stuff. I''m running Rails on Fedora Core 5 with Lighttpd and MySql. I''ve created a rails application ''logapp''. I have an entry in /etc/hosts like... 127.0.0.1 logapp So when I point my browser to ''logapp''
2006 Dec 11
0
Lighttpd setup with rails
Hi Everyone- I am trying to setup lighttpd on a CentOS 4.2 box after having problems with getting it to work on Apache. I am hoping some fresh eyes can see any errors below. The log files are useless as they just say server stop and server start. When I create an app in rails I can see the rails welcome screen, but everything else comes up 404. Here is my lighttpd config pointing to
2006 Jun 26
2
running lighttpd -> Recognition failed for "/"
i have tried several tutorials on the web for getting my app to run under lighttpd and fastcgi.. my setup is fedora core 5.. i used this to get everything installed: http://www.digitalmediaminute.com/howto/fc4rails/ but i kept getting errors, as the machine i am installing it is a remote machine, i couldn''t get it to work right.. i next tried this:
2006 Jan 14
6
Error installing Rails/FastCGI/Apache2
Trying to install rails/fcgi/apache2. Following these instructions: http://xmlareas.com/ruby-rails-howto.html Using Fedora Core 4. I installed ruby and ruby-devel using apt-get. Everything under Adding FastCGI (optional) works fine up to the gem install fcgi part. Here is what happens: [root@paulbarry fcgi-2.4.0]# gem install fcgi -r -- -with-fcgi-lib=/usr/local/fcgi/lib
2006 Mar 21
5
RoR and Growing Pains
I have persuaded my company to move towards an RoR shop... from a PHP 5 (with in-house-built framework)... so the jump is not terribly bad. I''m REALLY excited actually! My problem: I am overwhelmed with all the setup Loops I have to jump through to get RoR setup. I tried it on my current Apache 1.34 and decided it''d be easier to make the Lighty (1.4.11) jump. So I did. I get
2005 Jun 24
14
apache2 fastcgi (fcgi) internal server errors, still :(
hi all, I can blab, but here is a sample of my /var/log/apache2/error.log, it has all the info: any ideas what I can do prevent 500s from hitting my users? (besides redirecting them with javascript to the same URL which will be fine on the next request? :) thanks, _alex [Fri Jun 24 12:30:45 2005] [error] [client 172.20.0.175] FastCGI: incomplete headers (0 bytes) received from
2013 Feb 12
1
asterisk 11 AGI
I recently upgraded to asterisk 11 from 1.8. I had VXML working via AGI in 1.8 - from extensions.conf: [VXML] exten => s,1,Answer exten => s,n,Set(ENCODED=${URIENCODE(${ARG1})}) exten => s,n,AGI(agi://localhost/url=${ENCODED}) exten => s,n,Hangup Using asterisk 11 on the same host with the same config in extensions.conf: -- Executing [s at VXML:1]
2007 Dec 14
1
does gem fcgi require fcgi to be installed?
Does anyone know if the gem fcgi needs fcgi to be installed on my machine? I''m trying to install the gem fcgi and I''m getting the following message: -bash-3.00# gem install fcgi Updating metadata for 9 gems from http://gems.rubyforge.org ......... complete Building native extensions. This could take a while... ERROR: Error installing fcgi: ERROR: Failed to build gem
2007 Nov 30
0
Running merb app via fcgi
Hi all, I would like to know if there is a .htaccess template config to run Merb apps via fcgi under apache. If yes, where I can I find it? Thanks. -Gnana
2006 Aug 05
0
Rails requests return dispatch.cgi (or .fcgi) file contents
I''m running Apache2 with CGI and FastCGI alternatively. I''ve had a problem that I haven''t been able to find more than a single reference to online. When my .htaccess file has the CGI rewrite rule in effect, my Rails app works. When I change to FastCGI, all I get for Rails requests is the contents of the dispatch.fcgi file. Thinking I may have screwed something up
2006 Aug 07
1
apache-fcgi - multiple applications on same server
hello, I have a server running apache-1.3 with mod_fastcgi that''s happily running a rails application. Life is good ;) I would like to setup another application (vhost) on the same server.. How to do ? My httpd.conf says: <snip> # fastcgi <IfModule mod_fastcgi.c> FastCgiIpcDir /tmp/fgci_ipc AddHandler fastcgi-script .fcgi FastCgiServer
2006 Jun 02
0
Apache2, FCGI, 500 errors?
Context: shared server (DreamHost) Does anybody know why these happen at random moments? The http logs say: ...[error] [client 208.188.101.145] FastCGI: incomplete headers (0 bytes) received from server... But the request before it works fine, and the request after it works fine. I''m currently running three Rails apps on this server. I ping them each every ten minutes. I get a 500
2006 Jun 17
0
Using FCGI on OS X
I have been struggling to get multiple Rails applications running under FCGI on a standard OS X 10.4.6 In the end I found <a href="http://www.macdevcenter.com/pub/a/mac/2006/03/29/rails.html?page=1" >this article by Luke Burton</a> the most useful. I hope posting the link here will help others. Jonathan -- Posted via http://www.ruby-forum.com/.
2006 Jun 20
0
So...is lighttpd/fcgi on its way out, Apache/mongrel the up-and-comer?
I''ve been using a homegrown system to do billing for my site. Right now I want to add a couple things, but I''m not sure I want to actually have to work on this billing system. Seems like it''d make a lot more sense to just use an existing package like ModernBill [1]. I''ve never used PHP on lighttpd, never needed to. Not sure if MB can run on it, or how well
2006 Jun 21
2
displaying contents of dispatch.fcgi rather than running it
SYSTEM: Apache2/RHEL4/FastCGI latest gem, ruby and rails builds. -- i''ve installed rails on the above system. i get the ''riding on rails'' welcome page, but when i click ''about your applications environment'', it returns the contents of the dispatch.fcgi file, instead of running it. i''ve been struggling with this one for quite some time with