test install fails

Dave Miller justdave at bugzilla.org
Thu Nov 17 17:50:42 UTC 2022


The docs are broken. There's a PR to fix it that hasn't landed yet. Keep the <Directory> block and remove all the stuff about VirtualHost.

On November 17, 2022 12:27:50 PM EST, Tim Walker <Tim at twcomputers.net> wrote:
>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>
>
>
>

-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bugzilla.org/pipermail/support-list/attachments/20221117/3f027ad8/attachment.html>


More information about the support-list mailing list