apache RA in the last version of Heartbeat was updated with ability to
scan HTTP config files to look up required httpd config parameters
(status URL and so). Unfortunately it was done little bit incorrectly.

My httpd.conf file has following records:

Include conf/balancer-prod.conf
Include conf/extra/httpd-default.conf

and so on. All these cause following error messages for apache RA:

ls: conf/extra/httpd-mpm.conf: No such file or directory
ls: conf/extra/httpd-default.conf: No such file or directory
ls: conf/balancer-pte.conf: No such file or directory

Than happens because awk code in apachecat function doesn't use
ServerRoor parameter when it processes Include records. Again it's not
a big deal because it doesn't break main functionality. But it is
really annoying because it creates those error messages with every
invocation of apache RA.

--
Serge Dubrouski.
_______________________________________________________
Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to