Bug 188416

Summary: generated httpd.conf not suitable for apache 2.2
Product: [Fedora] Fedora Reporter: Andy Burns <fedora>
Component: system-config-httpdAssignee: Phil Knirsch <pknirsch>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://httpd.apache.org/docs/2.2/upgrading.html
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-04-09 11:48:03 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 Andy Burns 2006-04-09 10:49:22 UTC
Description of problem:
I had edited httpd.conf by hand and it was working, I then edited it using
s-c-httpd, I accepted that my changes would be overwritten, however the file
produced has LoadModule directives in it which are only suitable for 2.0 not 2.2

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

How reproducible:
100%

Steps to Reproduce:
1. use s-c-httpd to edit httpd.conf
2. apachectl-restart
  
Actual results:
apache refuses to restart due to "missing" modules

Expected results:
valid httpd.conf file

Additional info:
between apache 2.0 and 2.2 several modules were changed, particularly for
authentication e.g. mod_access.so is now mod_authz_host.so

Comment 1 Andy Burns 2006-04-09 10:54:14 UTC
A list of modules affectes can be found at
http://httpd.apache.org/docs/2.2/upgrading.html

Comment 2 Ignacio Vazquez-Abrams 2006-04-09 11:48:03 UTC

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