Bug 354281

Summary: bugzilla.conf broken in bugzilla-3.0.2-1.fc6
Product: [Fedora] Fedora Reporter: J Robinson <jrobinson852>
Component: bugzillaAssignee: John Berninger <john>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: low    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-26 15:41:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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 ***