#错误日志
ErrorLog "logs/dummy-host2.example.com-error_log"
#访问日志
CustomLog "logs/dummy-host2.example.com-access_log" common

其中common/combined 表示日志格式


切割:在虚拟主机配置文件访问日志上进行如下添加
在CustomLog "|/usr/local/apache2/bin/rotatelogs -l /usr/local/apache2/logs/dd.com-access_%Y%m%d_log 86400"
combined
从而使得日志每天生成一个。

日志格式定义在:
/usr/local/apache2/conf/httpd.conf