- 论坛徽章:
- 0
|
在WINDOWS下安装了squid squid/2.6.STABLE16,浏览器报错信息如下,请各位大侠帮忙看看!
ERROR
The requested URL could not be retrieved
--------------------------------------------------------------------------------
While trying to retrieve the URL: http://www.google.cn/
The following error was encountered:
Access Denied.
Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.
Your cache administrator is webmaster.
--------------------------------------------------------------------------------
Generated Mon, 17 Dec 2007 04:49:22 GMT by proxy (squid/2.6.STABLE16)
1.时间17 Dec 2007 04:49:22 GMT 比实际时间差了8个小时
2.设置如下
http_port 3128
visible_hostname proxy
cache_mem 64 MB
acl manager proto cache_object
acl localhost src 192.16.1.10/255.255.255.255
acl mynetwork src 192.168.1.0/255.255.255.0
acl worktime time MTWHF 8:30-20:00
acl SSL_ports port 443
acl Safe_ports port 80
acl Safe_ports port 21
acl Safe_ports port 443
acl Safe_ports port 70
acl Safe_ports port 210
acl Safe_ports port 1025-65535
acl Safe_ports port 280
acl Safe_ports port 488
acl Safe_ports port 1863
acl Safe_ports port 777
acl CONNECT method CONNECT
http_access allow mynetwork
http_access allow manager localhost
icp_access allow all
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_reply_access allow all
icp_access allow all
http_access deny all
无法上网,报错信息说时间限制,但我并未设置任何时间?请高手指教
Access Denied.
Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect. |
|