Hello Josef,
I see that there has been no response for a while.
Are you still looking for help?
Here are a couple of links on using Apache httpd with FastCGI and C++:
-
https://bigbang.cookwhy.com/bang/using-apache-with-cpp-to-develop-fastcgi-web-server/
-
https://stackoverflow.com/questions/3781979/how-to-config-apache2-and-fastcgi-to-run-my-c-application
These answers should also work with C.
Here is a starting point for using the mod_fcgid subproject of the Apache
HTTP Server project:
- http://httpd.apache.org/mod_fcgid/
What specific things have you tried so far?
Take care,
Mike Rumph
On Wed, Feb 5, 2020 at 1:05 PM Josef Pospisil <j_pospisil@outlook.com>
wrote:
> Hello mailing list,
>
> i have a question regarding the configuration of apache to work with
> fastcgi and the c programing language. I was lucky with configuring
> apache to work with cgi together. But i was unlucky with fastcgi.
>
> Could some one please help me with the configuration of apache2 to work
> with fastcgi? I am using debian linux 10.2
>
> thanks
>
> Josef Pospisil
>
>
|