Problems With Perl

liunx

Guest
I'm having problems running perl scripts on TCH servers. I've ran the same scripts on several other servers without any problems. I've tried both .pl and .cgi extensions and have chmod 766 on all my scripts. The shebang line reads #!/usr/bin/perl<br />Is there anything else that could possibly be the problem?<!--content-->
We run suexec for security and you cannot have the script permissions set at 766. Try running the scripts set to 755 instead and they should run fine.<!--content-->
 
Back
Top