Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- resource
- 줄바꿈 문자
- maVen
- context
- Mac
- ssh
- find
- web.xml
- Quartz
- Source
- Windows
- 단축키
- VirtualBox
- plugin
- IntelliJ
- lsof
- netsh
- vscode
- tomcat
- import
- port
- GIT
- bash
- xargs
- grep
- Eclipse
- JavaScript
- Windows 10
- profile
- 네트워크
Archives
- Today
- Total
develog
apache rotatelogs daily 본문
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
Comments