Apache
Unable to include potential exec [ Fixed ]
The Apache version 2.2.3 will not allow to include executable by default because "Options -IncludesNoExec" directive is set to secureĀ the web server.
The CGI includes can be enable by editing .htaccess under your account and updating with the following line.
Options +Includes +ExecCGI
If any feedback, queries are always welcome!