Even a simple script gives me this error. Here’s my simple script: cat test.cgi #!/usr/bin/perl use strict; use warnings; print “Content-type: text/plain\n\n”; print “Hello, World”; Lets start with three lines of my logfile: suexec failure: could not open log file fopen: No such file or directory Premature end of script headers: test.cgi So, first thing […]