good morning
I have to run cgis found in a specific directory, these cgi are written in C.
I found guides to run perl cgi facts or make calls using php.
In this old project is not used php or perl, the cgis are called by https.
In apache was only necessary
<Directory / usr / local / myproject / cgi>
Options + ExecCGI -Includes -Indexes
SetHandler cgi-script
Order allow, deny
Allow from ip
</ Directory>
The machine is mounted on CentOS 7.
Can anyone tell me the settings to serve this type of CGI?