sonu_2311

Mission Specialist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022
05:46 PM
- 1,738 Views
http traffic issue
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?
2 Replies
Remzi

Flight Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022
06:24 PM
- 1,730 Views
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. :)
sonu_2311

Mission Specialist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022
07:43 PM
- 1,723 Views
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
Join the discussion
You must log in to join this conversation.