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
Created attachment 303777 [details] ugly patch
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.