Re: [Catalyst] FastCGI error

2010-03-11 Thread Steve Rippl
J. Shirley wrote: Hi Steve, That just means that your FastCGI job hasn't sent a response within 30 seconds, and so it assumes the process is stuck. You can adjust this with the -idle-timeout option, see: http://www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html#FastCgiServer Although it may be

Re: [Catalyst] FastCGI error

2010-03-10 Thread J. Shirley
On Wed, Mar 10, 2010 at 9:04 AM, Steve Rippl wrote: > Hi, > > I wonder if anyone with FastCGI experience recognizes what these are about? > > (error log for my apps VirtualHost) > > [Wed Mar 10 08:14:35 2010] [error] [client 10.22.0.85] FastCGI: comm with > server "/srv/WsdSis/script/wsdsis_fastcg

[Catalyst] FastCGI error

2010-03-10 Thread Steve Rippl
Hi, I wonder if anyone with FastCGI experience recognizes what these are about? (error log for my apps VirtualHost) [Wed Mar 10 08:14:35 2010] [error] [client 10.22.0.85] FastCGI: comm with server "/srv/WsdSis/script/wsdsis_fastcgi.pl" aborted: idle timeout (30 sec), referer: http://[--snip--

Re: [Catalyst] fastcgi error

2009-05-03 Thread gutta
Hello Mr.Matt S Trout, Sorry for using such type of words. I won't use them next time onwards. Thanks, Mohan. Matt S Trout-2 wrote: > > On Fri, May 01, 2009 at 05:28:14AM -0700, gutta wrote: >> >> Hi Jon, >> I have done the changes u suggested.. now its working fine. > > Please use whole words

Re: [Catalyst] fastcgi error

2009-05-01 Thread Matt S Trout
On Fri, May 01, 2009 at 05:28:14AM -0700, gutta wrote: > > Hi Jon, > I have done the changes u suggested.. now its working fine. Please use whole words on this mailing list, AOLisms like 'u' are really annoying. Additionally, please go to http://lists.scsys.co.uk/ and subscribe properly rather t

Re: [Catalyst] fastcgi error

2009-05-01 Thread gutta
Hi Jon, I have done the changes u suggested.. now its working fine. Thanks for the reply. Best Regards, Mohan Jon Schutz-3 wrote: > > On Fri, 2009-05-01 at 04:45 -0700, gutta wrote: >> Hi, >> >> I have given the following in my apache config file apache2.conf >> >> FastCgiExternalServer /tmp/b

Re: [Catalyst] fastcgi error

2009-05-01 Thread Joel Bernstein
On 1 May 2009, at 12:45, gutta wrote: I have given the following in my apache config file apache2.conf FastCgiExternalServer /tmp/bizmo.fcgi -socket /var/www/thebizmo/tmp/bizmo.socket So you told it that the URI http://yourserver/tmp/bizmo.fcgi should be served by proxying the request to the

Re: [Catalyst] fastcgi error

2009-05-01 Thread Jon Schutz
On Fri, 2009-05-01 at 04:45 -0700, gutta wrote: > Hi, > > I have given the following in my apache config file apache2.conf > > FastCgiExternalServer /tmp/bizmo.fcgi -socket > /var/www/thebizmo/tmp/bizmo.socket > Alias / /tmp/bizmo.fcgi/ > > do i need to change the above configurations u mean? I

Re: [Catalyst] fastcgi error

2009-05-01 Thread gutta
Hi, I have given the following in my apache config file apache2.conf FastCgiExternalServer /tmp/bizmo.fcgi -socket /var/www/thebizmo/tmp/bizmo.socket Alias / /tmp/bizmo.fcgi/ do i need to change the above configurations u mean? Best Regards, Mohan Jon Schutz-3 wrote: > > > On Fri, 2009-05-

Re: [Catalyst] fastcgi error

2009-05-01 Thread Jon Schutz
On Fri, 2009-05-01 at 04:14 -0700, gutta wrote: > hello, > when i am starting my fastcgi server using perl script/bizmo_fastcgi.pl -l > /tmp/bizmo.socket -n 5 -p /tmp/bizmo.pid -d i am getting following error > > [Fri May 01 09:48:26 2009] [error] [client 122.166.21.34] (2)No such file or > direc

[Catalyst] fastcgi error

2009-05-01 Thread gutta
hello, when i am starting my fastcgi server using perl script/bizmo_fastcgi.pl -l /tmp/bizmo.socket -n 5 -p /tmp/bizmo.pid -d i am getting following error [Fri May 01 09:48:26 2009] [error] [client 122.166.21.34] (2)No such file or directory: FastCGI: failed to connect to server "/tmp/bizmo.fcgi"