phpのエラーログってどこだっけ
通常のアパッチであれば、これでいけるはず
cd /var/log/httpd/
tail -f error_log
参考
[urlpreviewbox url=”https://stackoverflow.com/questions/5127838/where-does-php-store-the-error-log-php5-apache-fastcgi-cpanel”/]
cd /var/log/httpd/
tail -f error_log
[urlpreviewbox url=”https://stackoverflow.com/questions/5127838/where-does-php-store-the-error-log-php5-apache-fastcgi-cpanel”/]