error_logの保存場所ファイル名の指定apacheのバーチャルホストの設定で下記のような感じ ServerName hoge.hogehoge.com CustomLog "|/usr/sbin/rotatelogs /var/log/httpd/hoge_access_log.%Y%m%d 86400 540" combined env=!no_log ErrorLog "|/usr/sbin/rotatelogs /var/log/httpd/hoge_error_log.%Y%m%d 86400 540"