I installed Perl-CGI to run a program written in Perl and set it as below, but it doesn't work.
<Directory "/ www / wwwroot">
Options + ExecCGI
AllowOverride All
Require all granted
AddHandler cgi-script .cgi .pl
</ Directory>
What should I do?
If it is not compatible with Perl, please respond promptly.