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
I have some perl cgi scripts and trying to execute it underhttp:// localIP/myfolder/index.pl
Please note that static html is working. Thus thishttp:// localIP/myfolder/index.htmlworks however thishttp:// localIP/myfolder/index.pldoes not work and get a 500 error.
I need to enable cgi and need some guidance how to go about the change.
Thank you