cronolog 下載網址:http://cronolog.org/download/index.html
在 windows 下的 apache log 檔會一直不斷的長大,非常的恐怖...
還好有這個 cronolog 幫忙... 它可以依各種日期格式分割管理 log,請參考官方網站 http://cronolog.org
請下載 http://cronolog.org/download/cronolog-1.6.1-win32.zip 並解壓縮到任一資料夾即可,建議:C:\cronolog
接下來請編輯 apache 的 httpd.conf 範例如下:
CustomLog "|C:/cronolog/cronolog.exeC:/www/logs/access_%Y%m%d.log" combined ErrorLog "|C:/cronolog/cronolog.exeC:/www/logs/error_%Y%m%d.log"
這樣就可以嘍!