root@KittensTest:/var/www/Bugzilla/bugzilla-4.2.1# ./testserver.pl http://localhost/Bugzilla/bugzilla-4.2.1
TEST-OK Webserver is running under group id in $webservergroup.
TEST-OK Got padlock picture.
TEST-FAILED Webserver is fetching rather than executing CGI files.
Check the AddHandler statement in your httpd.conf file.
Eh bien. httpd.conf (de ici [2.2.4.1.1]):
<Directory /var/www/Bugzilla/bugzilla-4.2.1>
AddHandler cgi-script .cgi .pl
Options +Indexes +Includes +ExecCGI
DirectoryIndex index.cgi
AllowOverride Limit FileInfo Indexes
</Directory>
Qu'est-ce que je fais mal? Je suis assez nouveau dans ce domaine (première installation de Bugzilla), donc j'apprécierai les explications.
Comme je l'ai dit, je suis nouveau dans ce domaine. Il s'est avéré que je faisais tout correctement, j'avais juste besoin de redémarrer Apache.