V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
ikbear
V2EX  ›  服务器

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

  •  
  •   ikbear · 2011-01-04 19:09:46 +08:00 · 4388 次点击
    这是一个创建于 4861 天前的主题,其中的信息可能已经有所发展或是发生改变。
    服务器用的是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 条回复    1970-01-01 08:00:00 +08:00
    c
        1
    c  
       2011-01-04 19:19:28 +08:00
    查看crontab
    ikbear
        2
    ikbear  
    OP
       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
        3
    ikbear  
    OP
       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
        4
    ikbear  
    OP
       2011-01-04 19:48:22 +08:00
    好了,问题解决了。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1024 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 19:22 · PVG 03:22 · LAX 12:22 · JFK 15:22
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.