changing cron files

Sunday, March 19th, 2006

here is how i changed the cron files in mac os x 10.4.5.: because the httpd log files were rotated every week, webalizer only had a weeks worth of data in the statistics. thus i had to change the log rotation to monthly.

i copied the rotation bit out of the weekly maintenance script (/etc/weekly) into the monthly script (/etc/monthly).

now webalizer should have data for the whole month and the log files of the webserver will be rotated each first of the month!

Comments are closed.