SELECT * FROM faq_information where information_id = '14'
Getting CGI scripts to run outside cgi-bin - Webmasters Support for Cheap Web Hosting
To enable CGI scripts for all your web directories:

In the DocumentRoot for the site (/var/www/html) add a .htaccess file or edit the existing one and add the following:

AddHandler cgi-script .cgi .pl
Options +ExecCGI