Bugzilla ./testserver.pl failing
Posted
by
SomeKittens
on Ask Ubuntu
See other posts from Ask Ubuntu
or by SomeKittens
Published on 2012-06-06T16:00:58Z
Indexed on
2012/06/06
16:50 UTC
Read the original article
Hit count: 1255
root@KittensTest:/var/www/Bugzilla/bugzilla-4.2.1# ./testserver.pl http://localhost/Bugzilla/bugzilla-4.2.1
TEST-OK Webserver is running under group id in $webservergroup.
TEST-OK Got padlock picture.
TEST-FAILED Webserver is fetching rather than executing CGI files.
Check the AddHandler statement in your httpd.conf file.
Well then. httpd.conf (from here[2.2.4.1.1]):
<Directory /var/www/Bugzilla/bugzilla-4.2.1>
AddHandler cgi-script .cgi .pl
Options +Indexes +Includes +ExecCGI
DirectoryIndex index.cgi
AllowOverride Limit FileInfo Indexes
</Directory>
What am I doing wrong? I'm pretty new to this (first Bugzilla install), so I'll appreciate explanation.
© Ask Ubuntu or respective owner