Bug 905353 - Missing entries (for Apache 2.4) in /etc/httpd/conf.d/bugzilla.conf on Fedora 18
Summary: Missing entries (for Apache 2.4) in /etc/httpd/conf.d/bugzilla.conf on Fedora 18
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: bugzilla
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Emmanuel Seyman
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-01-29 08:59 UTC by pezet
Modified: 2013-02-20 03:57 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-02-20 03:56:58 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.