syslog() 调用无法在 PHP 中记录任何内容
我有一些调用 syslog() 的 PHP 代码。我可以控制服务器。无论 openlog()、closelog()、优先级和设施的组合如何,我尝试它都不会记录到系统日志。知道为什么吗?
谢谢。
I have some PHP code that's calling syslog(). I have control over the server. No matter what combination of openlog(), closelog(), priority and facility I try it will not log to the syslog. Any idea why?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我必须将 /dev/log 设备挂载到运行 PHP 的 chroot 监狱中。
I had to mount the /dev/log device in the chroot jail that PHP was running under.