Page 1 of 1

FYI - GoAccess 1.10.1 Released 2026-02-16

Posted: Sat Feb 21, 2026 6:24 pm
by Starburst-Admin
Control WebPanel (CWP) used GoAccess for it's web stats.

Version 1.10.1 was released on 2026-02-16

Re: FYI - GoAccess 1.10.1 Released 2026-02-16

Posted: Sun Mar 01, 2026 5:02 pm
by overseer
Default version with CWP is 1.3 under AlmaLinux 8. Previously I had suggested updating like so:
https://forum.centos-webpanel.com/infor ... /#msg51065
Have you tested the new version under AlmaLinux 9?
(I can't post code blocks here in this forum -- must be overly sensitive OWASP rules?)

Re: FYI - GoAccess 1.10.1 Released 2026-02-16

Posted: Sun Mar 01, 2026 5:21 pm
by Starburst-Admin
Code blocks should work now.
It was due to ModSecurity.

Yes, GoAccess updated under AlmaLinux 9 without a problem.

Re: FYI - GoAccess 1.10.1 Released 2026-02-16

Posted: Mon Mar 02, 2026 12:36 am
by overseer
Was it via this method?

Remove CWP's GoAccess and install prerequisite (MaxMind GeoIP library):

Code: Select all

yum -y remove goaccess
yum install libmaxminddb-devel.x86_64
Download and compile GoAccess, replace the current CWP version:

Code: Select all

cd /usr/local/src
wget https://tar.goaccess.io/goaccess-1.9.3.tar.gz
tar -xzvf goaccess-1.9.3.tar.gz
cd goaccess-1.9.3/
./configure --prefix= --enable-debug --enable-utf8 --enable-geoip=mmdb --with-getline --with-openssl
make
make install

Re: FYI - GoAccess 1.10.1 Released 2026-02-16

Posted: Sat Mar 07, 2026 5:56 pm
by Starburst-Admin
Slightly different. --enable-debug was removed.

Just created a KB article for the update procedure also:
https://starburst.help/control-web-pane ... linux-8-9/