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/
