Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm doing a clean install of Bugzilla 4 onto a new Ubuntu 12.4 server. I've already installed MediaWiki on the server without incident. Bugzilla, on the other hand, is being a bastard.

When I go to my ip/bugzilla/ (where it's showing the filenames -- because of this problem, it won't load index.cgi) and click on ANY file, I get a file not found error. When I look at the Apache's error.log, it looks that when I click on /bugzilla/admin.cgi, it tries to load up /bugzillaadmin.cgi -- it removed the slash after Bugzilla.

I'm not at all sure where that would be set -- as it's in the filesystem, I don't think it's part of my Bugzilla install, but it's not affecting my mediawiki directory, either (I can easily get to mediawiki/docs/html/README without incident).

FIXED: The alias at the very bottom of /etc/apache2/apache2.conf was pointing to /var/www/bugzilla instead of /var/www/bugzilla/

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.