有什么好的 Linux 代理服务器可以让我通过它进行连接?
我想在 Fedora Core 4 上设置代理服务器。知道哪些代理服务器可能很容易设置吗? 我想通过该服务器进行连接并从 ISP 接收 IP 地址,因为我的 apache 服务器上有 IP 地址过滤。
Squid 是一个选项,但我不确定设置起来有多容易或多困难。
谢谢。
I would like to set up a proxy server on Fedora Core 4. Any idea of which ones might be easy to set up? I would like to connect through that server and receive an IP address from my ISP, since I have IP-address filtering on my apache server.
Squid is an option, but I'm not sure how easy or hard it is to set up.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您对 apache 足够熟悉,将其设置为代理可能会更容易(
if you're familiar enough with apache it may be easier to set that up as a proxy (mod_proxy). squid is probably more robust though if you want a dedicated proxy.