Bug 905353

Summary: Missing entries (for Apache 2.4) in /etc/httpd/conf.d/bugzilla.conf on Fedora 18
Product: [Fedora] Fedora Reporter: pezet
Component: bugzillaAssignee: Emmanuel Seyman <emmanuel>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: emmanuel, itamar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-20 03:56:58 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description pezet 2013-01-29 08:59:30 UTC
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.

Comment 1 Emmanuel Seyman 2013-02-05 22:47:14 UTC
(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.

Comment 2 Fedora Update System 2013-02-05 23:23:43 UTC
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

Comment 3 Fedora Update System 2013-02-08 02:08:04 UTC
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).

Comment 4 Fedora Update System 2013-02-20 03:57:00 UTC
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.