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-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 >> directory: FastCGI: failed to connect to server "/tmp/bizmo.fcgi": >> connect() >> failed >> [Fri May 01 09:48:26 2009] [error] [client 122.166.21.34] FastCGI: >> incomplete headers (0 bytes) received from server "/tmp/bizmo.fcgi" >> >> could anyone tell me what is the problem? >> > > Looks like you've told apache that your socket is at /tmp/bizmo.fcgi but > you've told the script that it's /tmp/bizmo.socket. > > > -- > > Jon Schutz My tech notes http://notes.jschutz.net > Chief Technology Officer http://www.youramigo.com > YourAmigo > > > _______________________________________________ > List: [email protected] > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: > http://www.mail-archive.com/[email protected]/ > Dev site: http://dev.catalyst.perl.org/ > > -- View this message in context: http://www.nabble.com/fastcgi-error-tp23330068p23331908.html Sent from the Catalyst Web Framework mailing list archive at Nabble.com. _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
