apache 使用mod_proxy模块能不能通过配置实现动态IP代理?
动态IP在原URL中指定,通过URL参数或者URL路径啥的;
即访问:
https://10.10.1.123/proxy/api... 代理到 https://10.10.1.111/api
https://10.10.1.123/proxy/api... 代理到 https://10.10.1.134/api
或者
https://10.10.1.123/proxy/10.... 代理到 https://10.10.1.134/api
https://10.10.1.123/proxy/10.... 代理到 https://10.10.1.111/api