# 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 # use date as a suffix of the rotated file dateext # uncomment this if you want your log files compressed #compress # RPM packages drop log rotation information into this directory # system-specific logs may be also be configured here. /var/www/html/homework_6/homework.htm { daily rotate 180 nocreate extension .htm missingok lastaction /usr/bin/wget -o foo.htm -O /var/www/html/homework_6/homework.htm http://www.litchfieldsd.org/schools/lms/GradeLevel/6thgrade/homework.htm endscript }