如何从cgi迁移到Fastcgi

How to migrate from cgi to Fastcgi

https://wiki.openstreetmap.org/wiki/Overpass_API/Installation#Setting_up_the_Web_API 我一直在使用 Overpass api(web api) 使用 cgi,但我需要转到 fastcgi 来改进 performance.hence 我需要知道如何更改我的 apache(2.4.18) httpd.conf 文件以与 fcgi 模块一起使用? P.S:Overpass api 不使用 php,而是我们将查询发送到二进制文件,所以换句话说,我需要知道如何将 fcgi 模块用于二进制文件?

https://github.com/drolbr/Overpass-API/issues/209 这是 Overpass-Api.

的 fastcgi 版本