如何使用ProxyReverse Apache将域转发到远程主机?
您好,谢谢您的关注。
我正试图通过这种方式。
但是页面已完全加载,缺少一些请求。
如何从主主机访问远程主机?
RewriteEngine on
SSLProxyEngine on
ProxyPass / https://hostremoto.com/
ProxyPassReverse / http://hostremoto.com/
RequestHeader set "Host" "http://hostremoto.com"
Header edit Origin https://mysite.vip/ hostremoto.com
RequestHeader edit Origin http://mysite.vip hostremoto.com
Header edit Referer http://mysite.vip hostremoto.com
RequestHeader edit Referer http://mysite.vip hostremoto.com