Apache 白名单反向代理
我们这里有一个反向代理,运行 Apache 2.2.x 版本 本质上,我想创建一个白名单,以便只有有效的 URL 才会通过代理并由 Web 服务器处理。 如何在 Apache 配置文件中执行此操作,或者是否需要使用 SQUID?
We have a reverse proxy here, running Apache in version 2.2.x
Essentially I want to create a whitelist so that only valid URLs will go through the proxy and be processed by the web server.
How do you do this in the Apache config file, or do you need to use SQUID?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建一个包含所有有效 url 的文本文件并将其用作 RewriteMap。
Create a text file with all of the valid urls and use it as a RewriteMap.