web-dev-qa-db-ja.com

Bugzilla ./testserver.plが失敗する

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.

じゃあ。 httpd.conf(from here [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>

何が悪いのですか?私はこれにかなり慣れていないので(Bugzillaの最初のインストール)、説明に感謝します。

1
SomeKittens

私が言ったように、私はこれで新しいです。私はすべてを正しく行っていたことがわかりました。Apacheを再起動する必要がありました。

1
SomeKittens