-
|
The section 'Requested Files (URLs)' shows urls that are 404. The top spot is dominated by bots probing wordpress installations 🐼 maybe it's something wrong on my log parser line? ...i do also see lots of wordpress probes on the top of the 404 section. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
|
That's odd, they should only appear under the 404. Can you post a screenshot showing the request on the Requested Files panel and include the corresponding lines from your access log? I want to replicate it on my side. Thanks |
Beta Was this translation helpful? Give feedback.
-
|
If I run goaccess as: I get:
This shows 24 404s and 194 + 2 = 196 non-404 requests, for a total of 220, which matches the log. Let me know if missing something? Also, please run it without passing the config file and let me know if that helps. Built at: ed8cf63 |
Beta Was this translation helpful? Give feedback.

Got it. I've pushed some changes that should fix this and display the correct count for those 404s. Please build from the development and let me know if that solves the issue for you. Thanks!