Apache > 로그 파일 설정

Redjini WiKi
< linux‎ | apache

Apache 로그 파일 설정

날짜별로 기록하기
...
ErrorLog "|/opt/lampp/bin/rotatelogs -f /opt/lampp/logs/error_log.%y-%m-%d 86400"
LogLevel warn

<IfModule log_config_module>
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common

    <IfModule logio_module>
      LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>

    CustomLog "|/opt/lampp/bin/rotatelogs -f /opt/lampp/logs/access_log.%y-%m-%d 86400" common

</IfModule>
... (생략)
- 일단위 rotate( 24시간, 86400(초))