Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

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!

share|improve this question
Like @Justin Higgins said, it sounds most likely like permissions/.htaccess issues. Can you post the Apache Error Log when you attempt to browse to the site and when you run the testserver.pl? – bmurtagh Oct 30 '12 at 18:01

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

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.