FYI - GoAccess 1.10.1 Released 2026-02-16

Any technical discussion relating to GoAccess web statistics
Post Reply
Starburst-Admin
Site Admin
Posts: 33
Joined: Wed Feb 11, 2026 4:40 pm

FYI - GoAccess 1.10.1 Released 2026-02-16

Post by Starburst-Admin »

Control WebPanel (CWP) used GoAccess for it's web stats.

Version 1.10.1 was released on 2026-02-16
 

POSTREACT(ions) SUMMARY

overseer
Posts: 6
Joined: Thu Feb 12, 2026 3:04 pm

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

Post 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?)
 

POSTREACT(ions) SUMMARY

Starburst-Admin
Site Admin
Posts: 33
Joined: Wed Feb 11, 2026 4:40 pm

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

Post by Starburst-Admin »

Code blocks should work now.
It was due to ModSecurity.

Yes, GoAccess updated under AlmaLinux 9 without a problem.
 

POSTREACT(ions) SUMMARY

overseer
Posts: 6
Joined: Thu Feb 12, 2026 3:04 pm

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

Post 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
 

POSTREACT(ions) SUMMARY

Starburst-Admin
Site Admin
Posts: 33
Joined: Wed Feb 11, 2026 4:40 pm

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

Post 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/
 

POSTREACT(ions) SUMMARY

Post Reply