Jun 03
In case if you ever run into an issue with .cgi scripts not executing on a Plesk server, try the following:
- Locate httpd.conf (usually in /etc/httpd/conf/) and use vi to edit it.
- Look for the following line: # AddHandler cgi-script .cgi and remove the comment from the beginning of the line
- Save the file, then run $ service httpd reload