[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:50949] apache2のaccess.log



etch上でapache2.2.3を使用しています。
awstatsでログ監視をしていたのですが、3日前の日付からログを
拾ってこなくなりました。

/var/log/apache2/access.log
はなにも記載がなく(白紙状態)、catでもプロンプトが返ってくる
のみです。
/var/log/apache2/access.log.1
には、awstats上で表示されている日付までのログしか記載されて
いません。
access.logの最後の記述は、http://help.naver.com/robots/から
のものでエラーは発生していません。
error.logの方は、問題なく記述されています。

チェックすべきポイントなど、ご教示いただければ幸いです。

---------<logrotate.conf>------------
# cat /etc/logrotate.conf
# see "man logrotate" for details
# rotate log files weekly
weekly

# keep 4 weeks worth of backlogs
rotate 4

# create new (empty) log files after rotating old ones
create

# uncomment this if you want your log files compressed
#compress

# packages drop log rotation information into this directory
include /etc/logrotate.d

# no packages own wtmp, or btmp -- we'll rotate them here

/var/log/wtmp {
    missingok
    monthly
    create 0664 root utmp
    rotate 1
}

/var/log/btmp {
    missingok
    monthly
    create 0664 root utmp
    rotate 1

---------</etc/logrotate.d/apache2>------------
/var/log/apache2/*.log {
	weekly
	missingok
	rotate 52
	compress
	delaycompress
	notifempty
	create 640 root adm
	sharedscripts
	postrotate
		if [ -f "`. /etc/apache2/envvars ; echo ${APACHE_PID_FILE:-/var/run/apache2.pid}`" ]; then
			/etc/init.d/apache2 reload > /dev/null
		fi
	endscript
}

-- 
Y_Kawano <linux@xxxxxxxxxxxxxxxxxx>
Key ID = 0x23794652
Fingerpoint = B434 B2DB C4B0 6B34 4D00 BB1C 48F4 9E22 2379 4652