是否有机会将apache (V2.4)的日志消息写入日志日志而不是日志到文件?
(我已经看到Apache2.5将有一个允许这个任务的日记 )
发布于 2017-05-13 17:45:42
可以在httpd.conf中设置自定义日志。
CustomLog "|/bin/logger -t access_log -p user.info" <log-formatters> 请参阅Apache文档中的格式变量。
config.html
https://stackoverflow.com/questions/43779378
复制相似问题