Fix definitions of combined/common log formats#1821
Fix definitions of combined/common log formats#1821jjlin wants to merge 1 commit intoallinurl:masterfrom
Conversation
These formats have two initial fields to ignore (the RFC 1413 identity and the HTTP authenticated user).
|
I'm actually pretty surprised a bug like this would remain in place for such a long time, so maybe I'm just missing something. I'm using the combined log format as documented at https://httpd.apache.org/docs/2.4/logs.html#combined. I noticed that my transmit stats were way off; for example, downloading a multi-GB file wouldn't increase the |
|
There's no need for the extra |
|
Ah, I see. The description of In any case, my format is the combined log format as I mentioned. Here's an example I pulled out (with the IP address modified). I use these definitions in httpd.conf: (Note that Does goaccess have any way to log entries that it thinks are malformed? |
0550432 to
b1332f5
Compare
3d5333b to
6c68a6e
Compare
31e2ac1 to
c6199f6
Compare
These formats have two initial fields to ignore (the RFC 1413 identity and
the HTTP authenticated user).