如何修复此Apache服务器情况?

时间:2014-04-13 04:47:21

标签: apache

几个月来,我一直在对几个网站进行大规模升级。它包括升级到PDO数据库连接和修改Apache,以便到达指向mysite / World / New_York的链接的人将被重定向到mysite / world / new-york。

不幸的是,发布它是一系列无休止的灾难。我的所有网站都崩溃了,页面加载速度非常慢。在线发布文件需要花费很长时间,有时我根本无法在网上发布任何内容。

所以我很高兴收到我的虚拟主机的通知;至少我对于发生了什么有一些线索。任何人都可以向我解释这意味着什么以及我需要做些什么来解决它?

如果没有解决方案,您认为我可以通过简单地完全删除我的所有网站(大约二十几个)来修复它,然后慢慢地将它们一次一个地重新发布到网上吗?

IT appears your own server IP is making GET requests to Apache, causing excessive loading and causing service failures. On today's date, your IP made almost 6,000 connections to Apache:<br><br>

[root@host ~]# grep 64.91.229.106 /usr/local/apache/domlogs/mysite.org | wc -l 5924 [root@host ~]#<br><br>

These were all the same request:<br><br>

64.91.229.106 - - [12/Apr/2014:08:10:10 -0400] "GET /404.php HTTP/1.0" 200 14294 "-" "-"<br><br>

And that made up the total of requests:<br><br>

[root@host ~]# grep 64.91.229.106 /usr/local/apache/domlogs/mysite.org | grep "GET /404.php HTTP/1.0" | wc -l 5924 [root@host ~]#<br><br>

I'd suggest seeking out the assistance of a developer to see where the source of these requests lie, as they are what have been loading down your server today. Let us know if you have any questions.

0 个答案:

没有答案