Tested the Apache CGI perl encountered quite a few problem and solved, 1, configure the /etc/httpd/conf/httpd.conf uncomment the line as: AddHandler cgi-script .cgi .pl get the the access right of the CGI directory, add below lines, <Directory “/var/www/html/cgi”> Options +ExecCGI AllowOverride None Order allow,deny Allow from all </Directory> Restart the httpd /etc/init.d/httpd restart […]