I've got an installation with nginx and fastcgi. spawn-fcgi has got and argument that points to a C fcgi script spawn-fcgi -p 8000 -n __fastcgi
. All this together functions as expected.
I want to be able to get the ouput, something like Hello World
, without nginx.
Preferably in C. I've searched but only nginx result came up.
Looking for pointers to continue.