C language FastCGI with Nginx

后端 未结 5 1436
挽巷
挽巷 2020-12-25 14:51

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

5条回答
  •  不思量自难忘°
    2020-12-25 15:31

    Here's a great example of nginx, ubuntu, c++ and fastcgi.

    http://chriswu.me/blog/writing-hello-world-in-fcgi-with-c-plus-plus/

    If you want to run his code, I've put it into a git repo with instructions. You can check it out and run it for yourself. I've only tested it on Ubuntu.

    https://github.com/homer6/fastcgi

提交回复
热议问题