Search code examples
fastcgioverpass-api

How to migrate from cgi to Fastcgi


https://wiki.openstreetmap.org/wiki/Overpass_API/Installation#Setting_up_the_Web_API I have been using Overpass api(web api) using cgi, but i need to move to fastcgi to improve performance.hence i need to know how to alter my apache(2.4.18) httpd.conf file to use with fcgi module? P.S: Overpass api does not use php, rather we send the query to binary file, so in other words i need to know how to use fcgi module for binary files?


Solution

  • https://github.com/drolbr/Overpass-API/issues/209 This is the fastcgi version for Overpass-Api.