Facing an error while integrating mod_cluster with Jboss

Posted on

This is the error which i am facing after configuring httpd.conf file to integrate mode_cluster with Jboss.

[root@localhost bin]# ./apachectl start
[Sun Mar 17 00:00:06.721514 2019] [core:error] [pid 19945:tid 139914788996928] (EAI 2)Name or service not known: AH00549: Failed to resolve server name for 192.168.1.59 (check DNS) -- or specify an explicit ServerName
httpd (pid 14801) already running

configured files as below :-

Listen 192.168.1.59:10001
ManagerBalancerName cluster1

Require all granted

EnableMCPMReceive On
ServerAdvertise On

SetHandler mod_cluster-manager
Require all granted

Responses