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

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>

我到底在想什么!请大家允许!有人能证实我的愚蠢吗?

相关内容