Strange log

Hello fellow forum members,

While checking the server’s Yii2 runtime logs, I found out some weird entries. Please check the uploaded file.

Version info:


Yii 2.0.9

PHP 7.0.8-0ubuntu0.16.04.3 (cli) ( NTS )

Server version: Apache/2.4.18 (Ubuntu)



The IP is “127.0.0.1” but I didn’t send any weird requests to the server. Is there any possibility that this is some loopback IP and/or Yii2 logger can’t catch loopback IPs correctly? I don’t know the reason behind those log entries.

Seems your server is behind a proxy and proxy doesn’t pass real IP to the server. That’s why it is 127.0.0.1 since the proxy is on the same server.

Well the server is on the dev machine right now. Also there is no proxy on this machine.

Then it means something from the same dev machine is doing these requests.