Diatone

Well-Known Member
Aug 22, 2001
109
0
316
Hey,

I am getting a weird perl problem. Any script I try to access through a browser I get a 500 Internal Server Error on. The permissions, and paths to perl are correct. What could be going on?

Thanks
 

snowgod

Well-Known Member
Sep 23, 2001
70
0
306
Got suexec?
 

shaun

Well-Known Member
PartnerNOC
Verifed Vendor
Nov 9, 2001
702
1
318
San Clemente, Ca
cPanel Access Level
DataCenter Provider
Twitter
try running this.

/scripts/fixsuexeccgiscripts
also tail -f /usr/local/apache/logs/suexec and see what the error is when you try to execute a script. If you dont see a error then tail -f /usr/local/apache/logs/error_log and see if you see anything their.

Also try adding -W to the scripts descriptor (ex: #!/usr/bin/perl -W)

if it works with the -W extention let me know.
 

semaj

Well-Known Member
Nov 27, 2002
61
0
156
I too were having cgi issues with Internal Server Errors server wide. I added the -W & the scripts work, What is the fix & what is causing the problem?

James Taylor