squidconfiguration更改为接受局域网上的http请求

安装squid + dansguardian来阻止我的linux(ubuntu 12.10)上的成人内容。 一切正常。 它已经按预期阻塞了。 现在的问题是我也运行我的局域网的Apache服务器。 (种类的网站),但通过192.168.0.1访问它,它说,鱿鱼已经阻止了连接,这是确切的错误

The following error was encountered while trying to retrieve the URL: http: //192.168.0.16/ Connection to 192.168.0.16 failed. The system returned: (113) No route to host The remote host or network may be down. Please try the request again. Your cache administrator is webmaster. 

在configuration鱿鱼之前它工作正常。 在我需要做的squid.conf中有什么变化。 我试过了

  acl Safe_ports 80 allow_all Safe_ports 

(我想知道如何我可以再次configuration它来侦听来自LAN的HTTP请求)

“没有路由到主机”build议在configurationSquid时发生了其他事情。 如果你login到运行Squid的机器(假设是192.168.0.1),你可以从那里ping 192.168.0.16?