标签: php apache centos
我有一个centos7,我已经安装了httpd和mysqld。
我想通过以下方式访问/var/httpd/log中的apache登录:
/var/httpd/log
echo file_get_contents("/var/log/httpd/domains/example.com.log");
但它不起作用。
答案 0 :(得分:0)
看来你的代码是用PHP语法编写的,是不是正确?
虽然file_get_contents();只能在相对链接或URI中的 WEB ROOT 下获取文件。
file_get_contents();