Hi, I am not an expert in Apache. I have a synology DS918+ NAS (some kind of flavor of linux kernel 4.4) and using their package center installed apache 2.2, perl etc.
The webroot is working for php (I believe they use nginx) along with Mariadb at http://localIP/phpMyAdmin/ I have some perl cgi scripts and trying to execute it under http:// localIP/myfolder/index.pl Please note that static html is working. Thus this http:// localIP/myfolder/index.html works however this http:// localIP/myfolder/index.pl does not work and get a 500 error. I need to enable cgi and need some guidance how to go about the change. Thank you