Как решить этот IP-адрес / конфликт соединения во время перемещения сервера?

В случае, если необходимо вернуться к mod_proxy:

<Location /tomcat>
    ProxyPass ajp://127.0.0.1:8009/tomcat
    ProxyPassReverse ajp://127.0.0.1:8009/tomcat
</Location>
0
задан 12 February 2013 в 02:41
2 ответа

you normally can't assign an ip address two 2 machines. so don't. you will just have to cut over the ip address cold turkey when you are ready.

2
ответ дан 4 December 2019 в 12:39

The only time two servers can "share" the same IP is if you're using Clustering/Network Load Balancing. However, each server individually needs their own IP, and accept incoming connections on the Cluster IP.

It's best to assign a new IP to the new machine, and do the cut over when ready.

1
ответ дан 4 December 2019 в 12:39

Теги

Похожие вопросы