apache FastCGI 和 C++ 从哪里开始

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/805487/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-13 17:32:27  来源:igfitidea点击:

Where to start with FastCGI and C++

c++apachefastcgi

提问by The Unknown

Anyone have any links or resource regarding writing a proper C++ FastCGI application? (on top of Apache using mod_fastcgi or mod_fcgid).

任何人都有关于编写适当的 C++ FastCGI 应用程序的任何链接或资源?(在 Apache 之上使用 mod_fastcgi 或 mod_fcgid)。

采纳答案by cmeerw

The obvious one would be the FastCGI Development Kit(for C/C++).

显而易见的是FastCGI 开发工具包(用于 C/C++)。

回答by antoyo

I suggest you fastcgi++, which is an alternative to the FDK.

我建议你fastcgi++,它是 FDK 的替代品。

It is much more easy to use and is in a C++ way.

它更易于使用,并且采用 C++ 方式。