Gerardo O.

Results 610 comments of Gerardo O.

Also, take a look at mod_deflate, I think it can handle application/json content types.

`--html-refresh=` Refresh the HTML report every X seconds. The value has to be between 1 and 60 seconds. The default is set to refresh the HTML report every 1 second.

Just a quick heads up: if you're piping data or running it from a script, be sure to include `-`. e.g., # cat access.log | goaccess - --log-format=COMBINED

Simply place your HTML report in the web server's document root and navigate to http://mydomain.com/report.html. The 7890 port is used for the WebSocket connection, so if it’s running on the...

You can always pass [`--date-spec=min`](https://goaccess.io/man#options), e.g., # goaccess access.log --log-format=COMBINED --date-spec=min --keep-last=15 Let me know if that helps.

Are you asking about how many visitors or hits you get per second, or do you want to know how to set up GoAccess for real-time updates? If it’s the...

It seems you might either be referencing the wrong access log or using an incorrect log/date/time format. Please share the log format you're using and a few lines from your...

I'm not quite sure what the error in the screenshot you shared is. Could you let me know which browser and version of GoAccess you're using? Also, please ensure that...

There have been some updates to the XFF fields and their parsing. You can find more details in the release notes here: https://goaccess.io/release-notes#release-1.6.3. Be sure to check the man page...