Bug 65214

Summary: apache in 7.2 & 7.3 uses OPTIONS, but does not source /etc/sysconfig/apache
Product: [Retired] Red Hat Linux Reporter: Christian Hechelmann <drdisk>
Component: apacheAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2   
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: 2002-05-20 13:07:35 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:
Attachments:
Description Flags
fix for init script to source /etc/sysconfig/apache none

Description Christian Hechelmann 2002-05-20 13:05:44 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.0.0-10; de, de_DE)

Description of problem:
The apache Package in 7.2 and 7.3 uses $OPTIONS in the init script,
but does not source /etc/sysconfig/apache, making it impossible to
add customization and requires editing of the init script after each update.

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


How reproducible:
Always

Steps to Reproduce:
1. Make a valid /etc/sysconfig/apache with an arbitrary define or
   cmdline option
2. restart apache
3. look at the missing option(s) on the server cmdline

 

Actual Results:  Setting in /etc/sysconfig/apache were completely ignored

Expected Results:  init script should have picked up $OPTIONS form 
/etc/sysconfig/apache

Additional info:

The init script actually uses $OPTIONS (on line 47) but never 
sources /etc/sysconfig/apache

Comment 1 Christian Hechelmann 2002-05-20 13:07:30 UTC
Created attachment 58006 [details]
fix for init script to source /etc/sysconfig/apache

Comment 2 Joe Orton 2002-05-23 16:22:32 UTC

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