After viewing the Apache access_log I noticed a large amount of these entries, all in a repeating pattern:
At the moment my setup is nothing exotic, only CL, KernelCare, WHM/cP and Cachewall (xVarnish) and i do believe that CL installs/uses Python.
Does anyone have an idea why these entries are logged?
Thanks in advance for any suggestions.
Code:
127.0.0.1 - - [02/Aug/2017:08:06:05 +0200] "GET / HTTP/1.0" 400 10070 "-" "-" 127.0.0.1 - - [02/Aug/2017:08:06:32 +0200] "GET / HTTP/1.1" 200 111 "-" "python-requests/2.10.0" 127.0.0.1 - - [02/Aug/2017:08:07:12 +0200] "GET / HTTP/1.1" 200 111 "-" "python-requests/2.10.0" 127.0.0.1 - - [02/Aug/2017:08:07:52 +0200] "GET / HTTP/1.1" 200 111 "-" "python-requests/2.10.0" 127.0.0.1 - - [02/Aug/2017:08:08:32 +0200] "GET / HTTP/1.1" 200 111 "-" "python-requests/2.10.0" 127.0.0.1 - - [02/Aug/2017:08:09:12 +0200] "GET / HTTP/1.1" 200 111 "-" "python-requests/2.10.0" 127.0.0.1 - - [02/Aug/2017:08:09:52 +0200] "GET / HTTP/1.1" 200 111 "-" "python-requests/2.10.0"
Does anyone have an idea why these entries are logged?
Thanks in advance for any suggestions.
Comment