Apache error.log中出现意外的“连接超时:代理连接”行

我在Apache(1.3!)error.log中看到一些意外的行。 这里发生了什么? 我的isp在过去抱怨代理企图…我怎么检查他们?

[Sun Apr 4 16:43:32 2010] [error] [client 60.173.11.34] (110)Connection timed out: proxy connect to 61.132.221.146 port 80 failed [Sun Apr 4 16:44:11 2010] [error] [client 60.173.11.34] (110)Connection timed out: proxy connect to 61.132.221.146 port 80 failed [Sun Apr 4 16:45:34 2010] [error] [client 79.2.28.220] (110)Connection timed out: proxy connect to 203.212.171.170 port 80 failed 

从来不介意,我认为这是问题:

  <Directory proxy:*> Order deny,allow - Allow from all - #Allow from mysite.net + #Allow from all + Allow from mysite.net </Directory> 

我正在想! 全部允许! 有人可以证实我的mor!!