I am attempting to run a fastcgi app written in C language behind the Nginx web server. The web browser never finishes loading and the response never completes. I am not sur
Try with:
$ cgi-fcgi -start -connect localhost:9000 ./hello
It works for me. I'm using archlinux and following the instructions at:
https://wiki.archlinux.org/index.php/Nginx