我刚刚设置了 PHP 和 Apache,想找出错误发生的位置。Apache 中 PHP 错误日志的默认路径是什么?
答案1
这些流行的操作系统中有以下位置:
RHEL / Red Hat / CentOS / Fedora Linux Apache 错误文件位置 - /var/log/httpd/error_log
Debian / Ubuntu Linux Apache 错误日志文件位置 - /var/log/apache2/error.log
FreeBSD Apache 错误日志文件位置 - /var/log/httpd-error.log
关于 Apache 日志文件的详细答案在这里:http://www.cyberciti.biz/faq/apache-logs/
答案2
尝试这个:
- 错误报告 = E_ALL | E_STRICT
- 错误日志 = /var/log/php_errors.log
- 手动创建日志文件
触摸/var/log/php_errors.log chown www 数据:/var/log/php_errors.log chmod +rw /var/log/php_errors.log
现在您可以通过这种方式查看 PHP 错误
尾部 /var/log/php_errors.log