Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个 IP 映射到机器,我想知道如何让一个 python xmlrpc 服务器监听两个 IP(相同的端口),就像你可以用 Apache 做的那样。
谢谢,
使用 "" 作为主机:
s = SimpleXMLRPCServer.SimpleXMLRPCServer(("", 8000))