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

Bug 444140

Summary: apache.sh doesn't work with apache v2.2
Product: [Retired] Red Hat Cluster Suite Reporter: Pavel V Martynenko <pavelmart>
Component: rgmanagerAssignee: Marek Grac <mgrac>
Status: CLOSED NOTABUG QA Contact: Cluster QE <mspqa-list>
Severity: low Docs Contact:
Priority: low    
Version: 4CC: cluster-maint, edamato
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: 2008-09-23 11:22:46 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
ugly patch none

Description Pavel V Martynenko 2008-04-25 12:07:04 UTC
Description of problem:
there is no Port directive in apache v2.2. But apache.sh tries to use Listen and
Port insted of "Listen ip:port proto".

Version-Release number of selected component (if applicable):
rgmanager-2.0.31-1.el5_1.1 & httpd-2.2.3-11.el5_1.3

How reproducible:
use /usr/share/cluster/apache.sh in cluster.conf

Steps to Reproduce:
1.
2.
3.
  
Actual results:
httpd doesn't start

Expected results:
working httpd server

Additional info:
Service Request: 1822342 - bug in /usr/share/cluster/apache.sh

Comment 1 Pavel V Martynenko 2008-04-25 12:07:04 UTC
Created attachment 303777 [details]
ugly patch

Comment 2 Marek Grac 2008-09-23 11:22:46 UTC
Resource agent can use both Listen and Port directives but it will not generate lines other then with Listen. If we will met 'Port' then it will be commented out. This description (and proposed patch) tends me to believe that this is not a bug.