Activating cgi bin web module c ++

2

Personal I installed cgicc in order to understand how CGI works however I've enabled the include mod_cgi of my apache2 in slackware but when creating a cgi and put it in / var / www / cgi-bin the same just downloads the cgi file that is inside the folder:

qtest is the cgi binary that you created in / srv / www / cgi-bin

link

The settings are identical to the following:

   AllowOverride None    Options ExecCGI    Order allow, deny    Allow from all

   Options All

I did based on this site:

link

I even picked up an example of this site I compiled and put it in / var / www / cgi-bin but does it download it instead of running the problem?

    
asked by anonymous 05.01.2018 / 08:37

0 answers