Como eu disse, sou novo nisso. Acontece que eu estava fazendo tudo certo, eu só precisava reiniciar o Apache.
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.
Bem, então. httpd.conf (de aqui [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>
O que estou fazendo de errado? Eu sou muito novo nisso (primeira instalação do Bugzilla), então eu aprecio a explicação.
Como eu disse, sou novo nisso. Acontece que eu estava fazendo tudo certo, eu só precisava reiniciar o Apache.