Process of elimination,
If you haven't done this edit /etc/apache/httpd.conf, adding the following lines:
Alias /bugs/ (location of your bugzilla cgi files)
<Directory (location of your bugzilla cgi files)>
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI
DirectoryIndex index.cgi
AllowOverride Limit
</Directory>
Restart apache
Then...
Leave a comment: