Hey guys. I'm trying to install the latest Bugzilla version on my ubuntu server. (Want to use a subdomain like bugs.domain.com)

I already installed all necessary perl modules and check_modules.pl doesn't show any errors.

But when I'm running the testserver.pl script I get the following:

TEST-OK Webserver is running under group id in $webservergroup

TEST-FAILED Fetch of images/padlock.png failed

I'm also not able to visit ANY file within the bugzilla folder from the browser. I'm always getting a 404 error. The bugzilla folder and all containing files are set to apache as the owner. I tried to enter the apache configuration form the installation guide in the http.include file of the domain and in the vhosts.conf file of the subdomain as well.

I don't know what to do... Playing with plesks' suexecgroup doesn't bring any solution...

I hope you can help me!

Thanks in advance!

link|improve this question
feedback

migrated from stackoverflow.com Apr 22 '10 at 10:19

This question came from our site for professional and enthusiast programmers.

1 Answer

The first things I would look at are file permissions and Apache configuration. I understand that Plesk is supposed to handle those for you, but the error sounds like either the site/directory is denied in Apache, or there is a file permissions error.

You might want to visit the Plesk forums for specific Plesk help.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown