Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 58490

Summary: modularized httpd.conf via include-directive
Product: [Retired] Red Hat Linux Reporter: Daniel Resare <noa-bugzilla-redhat>
Component: apacheAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: low    
Version: 7.2CC: jorton
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-01-17 23:51:47 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 Daniel Resare 2002-01-17 23:51:42 UTC
the redhat apache.conf contains lots of stuff for modules that is not installed
by default, which makes it hard to maintain. I think using the apache mechanism
of including all files in a directory for config-files into the main http.conf
would be a good idea. For example a /etc/httpd/conf.d directory could be ceated
and /etc/httpd/conf/httpd.conf could include 'Include /etc/httpd/conf.d'. Then
for example the php package could contain all all its configuration stuff (that
normally goes into the main httpd.conf in for example /etc/httpd/conf.d/php.conf

This would follow a classical redhat pattern used in many places, for example
/etc/profile.d and /etc/logrotate.d

Comment 1 Joe Orton 2002-07-08 15:31:38 UTC
This feature is implemented in the Apache 2.0 packages in the Limbo beta.