Description of problem: After upgrade Fedora from 17 to 18, bugzilla isn't available. Version-Release number of selected component (if applicable): bugzilla-4.2.4-1.fc18.noarch httpd-2.4.3-12.fc18.x86_64 Steps to Reproduce: 1. Install bugzilla on Fedora 17 2. Upgrade to Fedora 18 with fedup 3. Try to access bugzilla via http://localhost/bugzilla Actual results: 403 Forbidden In /var/log/httpd/error_log: [authz_core:error] [pid 2609] [client ::1:49362] AH01630: client denied by server configuration: /usr/share/bugzilla/ Additional info: After added to my /etc/httpd/conf.d/bugzilla.conf: <Directory /usr/share/bugzilla> <IfModule mod_authz_core.c> # Apache 2.4 Require all granted </IfModule> </Directory> bugzilla is accessible.
(In reply to comment #0) > > <Directory /usr/share/bugzilla> > <IfModule mod_authz_core.c> > # Apache 2.4 > Require all granted In practice, a "Require local" is sufficient to make Bugzilla work. Releasing an update in a few minutes.
bugzilla-4.2.4-2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/bugzilla-4.2.4-2.fc18
Package bugzilla-4.2.4-2.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing bugzilla-4.2.4-2.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-2030/bugzilla-4.2.4-2.fc18 then log in and leave karma (feedback).
bugzilla-4.2.4-2.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report.