I want to know the http request hitting to the server is hit by bots or real traffic? is there any easiest way for check this?
Hi,
You can check access log which client accessing to server.
HTTP_USER_AGENT must be logged.
https://httpd.apache.org/docs/2.4/howto/access.html
Other way enable extended status of the apache.
https://httpd.apache.org/docs/2.4/mod/core.html#extendedstatus
Happy days with Linux. :)
http requests hitting the server from specific addresses. I want to know if we are being hit by bots or by real traffic. If the bulk of the traffic is coming from specific IPs or just a large amount of traffic in general
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.