如何提出这样的请求Apache1 - >鱿鱼 - >的Apache2

时间:2018-02-15 01:12:29

标签: apache nginx proxy squid

我有一个我想要嵌入到我的页面的网站。但它被封锁了。我可以访问我的Web服务器。我想提出像我们目前使用鱿鱼的请求。

<html>
<head>
</head>
<body>
<iframe src="https://openload.co/embed/mePxK8Kdb54/" scrolling="no" frameborder="0" width="640" height="360" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>
</body>
</html>

所以案件会喜欢这个

Client -> Apache1 -> Squid -> Apache2
Client <- Apache1 <- Squid <- Apache2

我需要为Apache1设置什么?前进还是后退?以及如何将请求发送到squid并获得结果?

被阻止的网站是openload.co。

0 个答案:

没有答案
相关问题