0

After an isntallation of bugzilla, and after several answers answered Bugzilla is not running - Access forbidden How do I install Bugzilla? How to launch bugzilla after installation?

When I go to the http://localhost/bubzilla I do not get the bugzilla application, but rather a list of files (directory browsing) enter image description here

What am I missing please?

ADD

I want to add that for every file trying to click, I get: File Not found error. enter image description here

Saariko
  • 397

1 Answers1

2

Basically, you need to tell Apache to associate .cgi extension with Perl. Also, index.cgi should be treated as directory index. Here's Apache documentation (not for faint-hearted)

I would expect the README file I can see on your screenshot contains valuable hints and pointers - have you read it?

UPDATE: You're doing it all wrong. :) See my answer here

Sergey
  • 44,353