如何访问apache日志?

时间:2018-01-14 07:34:56

标签: php apache centos

我有一个centos7,我已经安装了httpd和mysqld。

我想通过以下方式访问/var/httpd/log中的apache登录:

echo file_get_contents("/var/log/httpd/domains/example.com.log");

但它不起作用。

1 个答案:

答案 0 :(得分:0)

看来你的代码是用PHP语法编写的,是不是正确?

虽然file_get_contents();只能在相对链接或URI中的 WEB ROOT 下获取文件。