My virtual host is not executing a .cgi files (a windows utility with an MZ header). When I click the file, my Browser want to Open it. In the C:\wamp64\bin\apache\apache2.4.35\conf\extra\httpd-vhosts.conf file, I have:
1. Added +ExecCGI to the line:
Options +Indexes +Includes +FollowSymLinks +MultiViews +ExecCGI
2. Added to the end of the file, the line:
AddHandler cgi-script .cgi
I've tried:
1. Restarting all services.
2. Tweaking the same line in C:\wamp64\bin\apache\apache2.4.35\conf\httpd.conf
Am running Windows10, Firefox. PHP is running fine. Anything more I can try?
1. Added +ExecCGI to the line:
Options +Indexes +Includes +FollowSymLinks +MultiViews +ExecCGI
2. Added to the end of the file, the line:
AddHandler cgi-script .cgi
I've tried:
1. Restarting all services.
2. Tweaking the same line in C:\wamp64\bin\apache\apache2.4.35\conf\httpd.conf
Am running Windows10, Firefox. PHP is running fine. Anything more I can try?