Bug 354281 - bugzilla.conf broken in bugzilla-3.0.2-1.fc6
Summary: bugzilla.conf broken in bugzilla-3.0.2-1.fc6
Keywords:
Status: CLOSED DUPLICATE of bug 350261
Alias: None
Product: Fedora
Classification: Fedora
Component: bugzilla
Version: 6
Hardware: All
OS: Linux
low
urgent
Target Milestone: ---
Assignee: John Berninger
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-10-26 15:33 UTC by J Robinson
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-10-26 15:41:56 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description J Robinson 2007-10-26 15:33:25 UTC
Description of problem:

the bugzilla.conf for httpd in bugzilla-3.0.2-1.fc6 doesn't allow httpd to start.

Version-Release number of selected component (if applicable):

bugzilla-3.0.2-1.fc6
with 
httpd-2.2.6-1.fc6


How reproducible:


Steps to Reproduce:
1. upgrade bugzilla in FC6 from bugzilla-3.0.1-X.fc6 to bugzilla-3.0.2-1.fc6
2. restart httpd

  
Actual results:
Starting httpd: Syntax error on line 7 of /etc/httpd/conf.d/bugzilla.conf:
Illegal override option Option

Expected results:
Starting httpd:                                            [  OK  ]


Additional info:

The problem seems to be the line:
  AllowOverride Limit Option FileInfo

Changing it back to the old

  AllowOverride Limit 

works, as does

  AllowOverride Limit FileInfo

Comment 1 John Berninger 2007-10-26 15:41:56 UTC

*** This bug has been marked as a duplicate of 350261 ***


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