-->

Where to start with FastCGI and C++ [closed]

2019-04-28 09:05发布

问题:

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

回答1:

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



回答2:

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

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