範例: CustomLog /var/log/httpd/access_log.web1 combined # %Y-%m-%d_access_log 檔名格式為年月日 # 86400 一天rotate 一次 # 480 台灣時區 +8 CustomLog "| /usr/local/sbin/rotatelogs /var/log/httpd/web1/%Y-%m-%d_access_log 86400 480" combined...
請先 登入 以發表留言。