我有像这样设置的VirtualHost
<VirtualHost my.ip.address.here:80>
DocumentRoot /home/todieama/public_html/dev/hop/public_html/
ServerName dev.example.com
ServerAlias dev.example.com
ErrorLog /home/todieama/public_html/dev/hop/public_html/application/logs/apache.log
ServerAdmin some@example.com
UserDir enabled todieama
<IfModule mod_suphp.c>
suPHP_UserGroup todieama todieama
</IfModule>
</VirtualHost>
当捕获到PHP错误时,它会记录在上面定义的apache.log文件中,也会记录在dev / hop / public_html中的error_log中。它还应该在这里登录吗?如果可能的话,我想停下来。
答案 0 :(得分:0)
您确定这些日志文件没有符号链接吗?它们的大小相同吗?