test install fails

Tim Walker <[email protected]> Thu, 17 Nov 2022 17:27:50 +0000
Newsgroups gmane.comp.mozilla.devel.webtools
Message-ID <[email protected]>
I was following the guide for Ubuntu 22.04 and am at the point that I am supposed to test it:
3.1.11. Test Server
./testserver.pl http://localhost/bugzilla
In reply I get:

TEST-FAILED Webserver is fetching rather than executing CGI files.

If I browse to the web page it just shows everything in plain text.

Here is my my Bugzilla.conf in /etc/apache2/sites-available/

<VirtualHost \*:80>
  ServerName localhost

  <Directory /var/www/html/bugzilla>
    AddHandler cgi-script .cgi
    Options +ExecCGI +FollowSymLinks
    DirectoryIndex index.cgi index.html
    AllowOverride All
  </Directory>
</VirtualHost>

_______________________________________________
support-list mailing list
[email protected]
https://lists.bugzilla.org/listinfo/support-list