I'm receiving a lot of requests like these
[server] zcat access*gz | grep 404 | awk '{print $1" "$7}' | sort | uniq -c | less
:
2 103.193.242.137 /MCLi.php
1 103.193.242.137 /Moxin.PHP
1 103.193.242.137 /MyAdmin/index.php
1 103.193.242.137 /MyAdmin/scripts/db___.init.php
1 103.193.242.137 /MyAdmin/scripts/setup.php
1 103.193.242.137 /MySQLAdmin/index.php
1 103.193.242.137 /PMA/index.php
1 103.193.242.137 /PMA/scripts/db___.init.php
1 103.193.242.137 /PMA/scripts/setup.php
1 103.193.242.137 /PMA2/index.php
1 103.193.242.137 /Pings.php
1 103.193.242.137 /SQL/index.php
1 103.193.242.137 /Skri.php
1 103.193.242.137 /Ss.php
1 103.193.242.137 /Updata.php
1 103.193.242.137 /WWW/phpMyAdmin/index.php
:
The hosted server is plain and simple HTML/CSS server. The server in Nginx.
Are these requests going to have any impact on the server?
Should I use rate limit? Will rate limit impact SEO bots?