linux Apache 日志配置

[root@Nagios-Server extra]# vimhttpd-vhosts.conf

<VirtualHost *:80>

ServerAdmin 111111

ServerName blog.etiantian.org

ServerAlias blog.org

ErrorLog "logs/blog-error_log"

CustomLog "logs/blog-access_log" combined

</VirtualHost>

原文地址:https://www.cnblogs.com/fanweisheng/p/11327954.html