Web server (Apache2 / ngnix) + PHP (fastcgi) + MySQL
The above combination is common.
How to use C ++ instead of PHP? Since there is a C ++ driver for MySQL, so connecting to a database will not be a big problem. But how to implement fastcgi in C ++? Good starting point in php-fpm?
Anyone who has a similar experience, please share.
Thank.
source
share