【发布时间】:2015-10-16 11:28:27
【问题描述】:
我在本地运行 Squid,我想通过 Squid 在 localhost:3000 上运行的 Ruby 服务器访问。
如果我尝试访问 localhost:3000,我会收到以下消息:
The following error was encountered while trying to retrieve the URL:
http://localhost:3000/
Access Denied.
Access control configuration prevents your request from being allowed
at this time.
如何配置 Squid 以允许从 localhost 访问 localhost?
我已将此行从拒绝更新为允许:http_access allow to_localhost
【问题讨论】:
标签: squid