ikbear
V2EX  ›  服务器

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

  •  
  •   ikbear · Jan 4, 2011 · 5061 views
    This topic created in 5639 days ago, the information mentioned may be changed or developed.
    服务器用的是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请求呢?
    并且,现在我的博客;速度访问速度很慢很慢。
    4 replies    1970-01-01 08:00:00 +08:00
    c
        1
    c  
       Jan 4, 2011
    查看crontab
    ikbear
        2
    ikbear  
    OP
       Jan 4, 2011
    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
        3
    ikbear  
    OP
       Jan 4, 2011
    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
        4
    ikbear  
    OP
       Jan 4, 2011
    好了,问题解决了。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2872 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 14:59 · PVG 22:59 · LAX 07:59 · JFK 10:59
    ♥ Do have faith in what you're doing.