How do I configure apache to run Perl CGI scripts



How do I configure apache to run Perl CGI scripts

How do I configure apache to run Perl CGI scripts

Apache Tutorial Dynamic Content with CGI
Enable CGI executing and use perl script
edit the /etc/httpd/conf/httpd.conf
Options FollowSymLinks ExecCGI
DirectoryIndex index.html index.cgi
AddHandler cgi-script .cgi .pl
# /etc//init.d/httpd restart
Stopping httpd: [ OK ]
Starting httpd: