apache 访问日志
vim /usr/local/apache/conf/extra/httpd-vhosts.conf
修改两行
ErrorLog "logs/ping.com-error_log"
CustomLog "logs/ping.com-access_log" combined :日志格式vim /usr/local/apache/conf/httpd.conf
CustomLog "|/usr/local/apache/bin/rotatelogs -l /usr/local/apache/logs/ping.com-access_%Y%m%d_log 86400" combined最后更新于