Question
Why is apache pointing to other IP address?
Hy, my apache2 server is not responding. When I access my server, it gives me an error, and when I try to start the server via ssh it also gives an error too.
service apache2 start
[....] Starting web server: apache2Action 'start' failed.
The Apache error log may have more information.
failed!
When I write tail /var/log/apache2/error.log.1, it returns my that message, between others:
[Fri Mar 10 11:25:03 2017] [error] [client 62.210.170.90] File does not exist: /var/www/mysql
The problem is that i don’t recognize this IP 62.210.170.90, and I don’t know why it’s registered in the log file.
This and other IP’s adresses are appearing at the log, and it’s not mine.
What can be happening?
Thx.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×