mieki256's diary



2009/01/20(火) [n年前の日記]

#1 [linux][vine] 日記ページが見れなくなってた

/var/log/httpd/error_log を見たら、
[Tue Jan 20 01:15:27 2009] [notice] child pid 3752 exit signal File size limit exceeded (25)
[Tue Jan 20 01:15:28 2009] [notice] child pid 3743 exit signal File size limit exceeded (25)
[Tue Jan 20 01:15:32 2009] [notice] child pid 3758 exit signal File size limit exceeded (25)
的なエラーメッセージが。/var/log/httpd/ 内を眺めたら、rewrite_log が馬鹿みたいに巨大なサイズに。logrotateで回してなかったのか…。>昔の自分。

/etc/logrotate.d/apache をこんな感じに修正。
/var/log/httpd/access_log /var/log/httpd/error_log /var/log/httpd/rewrite_log {
    missingok
    sharedscripts
    rotate 10
    postrotate
        /bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true
    endscript
}

/var/log/httpd/gzip_log /var/log/httpd/virus_log /var/log/httpd/worm_access_log /var/log/httpd/worm_error_log {
    missingok
    sharedscripts
    rotate 3
    postrotate
        /bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true
    endscript
}
久々にviで作業したけど使い方を完全に忘れていたり。

以上です。

過去ログ表示

Prev - 2009/01 - Next
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

カテゴリで表示

検索機能は Namazu for hns で提供されています。(詳細指定/ヘルプ


注意: 現在使用の日記自動生成システムは Version 2.19.6 です。
公開されている日記自動生成システムは Version 2.19.5 です。

Powered by hns-2.19.6, HyperNikkiSystem Project