Forum Moderators: bakedjake

Message Too Old, No Replies

Installing BugZilla and "Cannot

         

Nutter

6:05 pm on Apr 6, 2006 (gmt 0)

10+ Year Member



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?

pheusion

7:13 pm on Apr 10, 2006 (gmt 0)

10+ Year Member



First thing that pops into my head, is apache confd to allow CGI?

[httpd.apache.org...]

Also:

[httpd.apache.org...]

For SuExec

in bash I vcan execute perl files and cgi files as perl is the intepreter, but for HTTP I still have to allow apache by hard coding it in.. have a look..

Hope it helps..

Nutter

8:46 pm on Apr 10, 2006 (gmt 0)

10+ Year Member



I actually just let it go and installed Eventum instead. My guess is it's a permissions problem, but I'm not too worried about it anymore :-)

Thanks...