I'm trying to get BugZilla installed on my VPS and running into what I imagine is an issue with suexec. The suexec_log file contains "emerg: cannot get docroot information (/)'. In the apache error_log file I get 'Premature end of script headers: /home/username/bugzilla/testagent.cgi' which I belive is an issue of permissions. When I run testserver.pl I get an error "TEST-FAILED Webserver is not executing CGI files." I can run index.cgi through SSH and it outputs HTML, but has 3 error lines 'index.cgi: Use of unitialized value in pattern match (m//) at (eval 28) line 4' twice and 'index.cgi: Use of unitialized value in substitution (s///) at (eval 30) line 44.'.
Any suggestions?