我找到了,这是什么错误?

2011-01-04 19:09:46 +08:00
 ikbear
服务器用的是nginx,access.log文件里发现了大量的这样的记录:
173.255.216.15 - - [04/Jan/2011:10:53:55 +0000] "GET / HTTP/1.0" 200 16242 "-" "WordPress/3.0.4; http://www.helishi.net"
173.255.216.15是我自己服务器的IP地址,http://www.helishi.net是我自己的博客,装的是wordpress。请问,为什么这么多从自己服务器发出的GET请求呢?
并且,现在我的博客;速度访问速度很慢很慢。
4427 次点击
所在节点    服务器
4 条回复
c
2011-01-04 19:19:28 +08:00
查看crontab
ikbear
2011-01-04 19:26:55 +08:00
root@li226-15:/var/log/nginx# for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done
no crontab for root
no crontab for daemon
no crontab for bin
no crontab for sys
no crontab for sync
no crontab for games
no crontab for man
no crontab for lp
no crontab for mail
no crontab for news
no crontab for uucp
no crontab for proxy
no crontab for www-data
no crontab for backup
no crontab for list
no crontab for irc
no crontab for gnats
no crontab for nobody
no crontab for libuuid
no crontab for syslog
no crontab for ntp
no crontab for sshd
no crontab for mysql
no crontab for ikbear
no crontab for smmta
no crontab for smmsp
no crontab for memcache

没有哇
ikbear
2011-01-04 19:31:03 +08:00
root@li226-15:~# ./crontab.sh
mi h d m w user command
*/20 * * * * smmsp test -x /etc/init.d/sendmail && /usr/share/sendmail/sendmail cron-msp
09,39 * * * * root [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -n 200 -r -0 rm
25 6 * * * root /etc/cron.daily/apt
25 6 * * * root /etc/cron.daily/bsdmainutils
25 6 * * * root /etc/cron.daily/dpkg
25 6 * * * root /etc/cron.daily/logrotate
25 6 * * * root /etc/cron.daily/man-db
25 6 * * * root /etc/cron.daily/ntp
25 6 * * * root /etc/cron.daily/popularity-contest
25 6 * * * root /etc/cron.daily/sendmail
25 6 * * * root /etc/cron.daily/standard
47 6 * * 7 root /etc/cron.weekly/man-db
找到一个程序,发现有这么些crontab
ikbear
2011-01-04 19:48:22 +08:00
好了,问题解决了。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/6732

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX