test install fails

Tim Walker Tim at twcomputers.net
Thu Nov 17 17:27:50 UTC 2022


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>



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bugzilla.org/pipermail/support-list/attachments/20221117/a9737b46/attachment.html>


More information about the support-list mailing list