由 wallace888 在 09-13-2003 15:43 发表:
squid配置失败!帮忙啊!
我今天配置了squid代理,但是没有成功。请各位指教一下。
linux8.0 eth0:192.168.1.100 eth1连接ADSL
安装好squid包后
在squid.conf中加入了
http_port 3333
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
然后保存退出。#service squid restart
我不配置cache为了是感觉用不到。我把IE代理设置为192.168.1.100 端口号为3333 我访问网也时提示:
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.
我实在时想不通错在哪里了,请个为帮忙!!!!
由 nobody_am 在 09-14-2003 16:18 发表:
http_port 3333
改为3128能成功吗?
加一句:
httpd_accel_host virtual
解放思想,实事求是!!
由 Glue 在 09-14-2003 17:36 发表:
acl localnet src 192.16