cgi_bin shows the internal server error

Error:   500 internal server error is shown when access URL
http://domain.com/cgi-bin/index.php
Solution : Add the following Handler in httpd.conf file or .htaccess file.

AddHandler application/x-httpd-php .php
Done 

Leave a Comment