This means each line in your web server log file need to have "combined log format" like this
錯誤訊息如圖
解決方式 將apache的log格式common改成combind紅色部份
<VirtualHost *:80>
ServerAdmin root@localhost
DocumentRoot /home/xxx/www/
ServerName result.xxx.net
ServerAlias resxxx.net
ErrorLog logs/d3xxx.err
CustomLog logs/d3xxx.acc combined
</VirtualHost>