FastCGI for C++

前端 未结 6 716
忘了有多久
忘了有多久 2021-02-01 07:59

I\'ve found only two FastCGI libraries for C++. There\'s the \"official\" one, and fastcgi++. How is either one better than the other? Do any others exist?

6条回答
  •  忘了有多久
    2021-02-01 08:45

    What you probably want is hidden in the contrib directory of Cgicc package.

    fcgi-test.cpp is an example of how to use cgicc with FastCGI.

    Path to the installed fcgi-test.cpp should be /usr/share/doc/libcgicc-doc/examples/contrib/fcgi-test.cpp

提交回复
热议问题