Control WebPanel (CWP) used GoAccess for it's web stats.
Version 1.10.1 was released on 2026-02-16
FYI - GoAccess 1.10.1 Released 2026-02-16
-
Starburst-Admin
- Site Admin
- Posts: 33
- Joined: Wed Feb 11, 2026 4:40 pm
Re: FYI - GoAccess 1.10.1 Released 2026-02-16
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?)
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?)
-
Starburst-Admin
- Site Admin
- Posts: 33
- Joined: Wed Feb 11, 2026 4:40 pm
Re: FYI - GoAccess 1.10.1 Released 2026-02-16
Code blocks should work now.
It was due to ModSecurity.
Yes, GoAccess updated under AlmaLinux 9 without a problem.
It was due to ModSecurity.
Yes, GoAccess updated under AlmaLinux 9 without a problem.
Re: FYI - GoAccess 1.10.1 Released 2026-02-16
Was it via this method?
Remove CWP's GoAccess and install prerequisite (MaxMind GeoIP library):
Download and compile GoAccess, replace the current CWP version:
Remove CWP's GoAccess and install prerequisite (MaxMind GeoIP library):
Code: Select all
yum -y remove goaccess
yum install libmaxminddb-devel.x86_64Code: 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-
Starburst-Admin
- Site Admin
- Posts: 33
- Joined: Wed Feb 11, 2026 4:40 pm
Re: FYI - GoAccess 1.10.1 Released 2026-02-16
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/
Just created a KB article for the update procedure also:
https://starburst.help/control-web-pane ... linux-8-9/