syslog() 调用无法在 PHP 中记录任何内容

发布于 2024-11-01 06:50:29 字数 111 浏览 1 评论 0原文

我有一些调用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

疑心病 2024-11-08 06:50:29

我必须将 /dev/log 设备挂载到运行 PHP 的 chroot 监狱中。

I had to mount the /dev/log device in the chroot jail that PHP was running under.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文