Repeating entries in Apache Access Log

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ray
    Senior Member
    Forum ExplorerTechnical AssociateSolutions Developer
    • Mar 2021
    • 108

    #1

    Repeating entries in Apache Access Log

    After viewing the Apache access_log I noticed a large amount of these entries, all in a repeating pattern:

    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"
    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.
  • bogdan.sh
    Administrator
    • Nov 2016
    • 1219

    #2
    As far as I know that is internal cPanel checks for apache server status. Nothing to worry about .

    Comment

    • warnernanninga
      Junior Member
      • Aug 2017
      • 2

      #3
      Hello Bogdan,

      Thanks for your answer. I will relay this to cPanel.

      Have a great day!

      Comment

      Working...