Hello,
for a template apache, i have a :
MACRO VALUE
{STATUS_URL} http://127.0.0.1:80/server-status
it's ok untill the apache port.conf listen on *:80
but i have changed this configuration to IP-PROD:80
IP-PROD = the ip address of ENS192 network interface name.
How can i set the value on this specific ENS192 ? (i have lot of vm) ?
i tried :
MACRO VALUE
{STATUS_URL} http://{HOST.IP}:80/server-status
But it still continue to connect via the ens192 interface instead of ens229.
THANKS YOU IN ADVANCE !
for a template apache, i have a :
MACRO VALUE
{STATUS_URL} http://127.0.0.1:80/server-status
it's ok untill the apache port.conf listen on *:80
but i have changed this configuration to IP-PROD:80
IP-PROD = the ip address of ENS192 network interface name.
How can i set the value on this specific ENS192 ? (i have lot of vm) ?
i tried :
MACRO VALUE
{STATUS_URL} http://{HOST.IP}:80/server-status
But it still continue to connect via the ens192 interface instead of ens229.
THANKS YOU IN ADVANCE !
Comment