2
Personal I installed cgicc for the purpose of understanding how cgi works however I activated the include mod_cgi of my apache2 in Slackware but when creating a cgi and put in /var/www/cgi-bin the same only downloads the cgi file inside the folder:
qtest is the cgi binary that the binary created in /srv/www/cgi-bin
http://localhost/cgi-bin/qtest
the settings are identical to this below:
Allowoverride None Options Execcgi Order allow,Ny Allow from all
Options All
based on this website:
https://www.tutorialspoint.com/cplusplus/cpp_web_programming.htm
took even an example of this site compile and Coloqueo in /var/www/cgi-bin but it downloads the same instead of running what is the problem?