카테고리 없음

apache rotatelogs daily

냐옴 2022. 3. 17. 17:52

 

Daily log Rotating

CustomLog "|/usr/local/apache2/bin/rotatelogs /opt/staging-logs/httpd/localhost.access_log.%Y-%m-%d 86400" common
CustomLog "|/usr/local/apache2/bin/rotatelogs /opt/staging-logs/httpd/localhost.access_log.%Y-%m-%d 86400" combined
ErrorLog  "|/usr/local/apache2/bin/rotatelogs /opt/staging-logs/httpd/localhost.error_log.%Y-%m-%d 86400"

 

https://dyindia.weebly.com/blog/rotating-apache-logs-daily-with-rotatelogs

 

Rotating Apache Logs Daily With RotateLogs

Daily log Rotating ErrorLog "|/usr/local/apache2/bin/rotatelogs -l /opt/staging-logs/httpd/localhost.error_log.%Y-%m-%d 86400" CustomLog "|/usr/local/apache2/bin/rotatelogs -l...

dyindia.weebly.com