I have two servers, around 70 accounts on both servers all accounts are created via directadmin, each account has CGI enabled (checked) but I can't get any perl script to work. I can't even run the most basic script for perl:
File permissions are set correctly. Everything seems to be ok but I can't run any perl script?
Code:
#!/usr/bin/perl
print "Hello world!";