dioe
(Crm)
January 16, 2017, 9:49am
1
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.
samdark
(Alexander Makarov)
January 16, 2017, 10:56am
2
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.
dioe
(Crm)
January 16, 2017, 12:41pm
3
Well the server is on the dev machine right now. Also there is no proxy on this machine.
samdark
(Alexander Makarov)
January 16, 2017, 6:29pm
4
Then it means something from the same dev machine is doing these requests.