Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 348
The Unknown Avatar asked Apr 30 '09 05:04

The Unknown


2 Answers

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

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

like image 140
antoyo Avatar answered Sep 24 '22 10:09

antoyo


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

like image 33
cmeerw Avatar answered Sep 24 '22 10:09

cmeerw