1
DNS / Does CWP support .de domains?
« Last post by DragoCom on Today at 06:02:09 AM »I have registered a .de domain name with njal.la, set custom nameservers and glue records using 2 different ips that are set as nameservers ns1 and ns2 in CWP. So, in the edit nameservers at the top the ns1 and ns2 show the right ips. With that said, it is set correct with njal.la, set correct in CWP, ptr records set with contabo but still I get an errorf when trying to go to the domain:
This site can’t be reached
Check if there is a typo in porndu.de.
If spelling is correct, try running Windows Network Diagnostics.
DNS_PROBE_FINISHED_NXDOMAIN
This site can’t be reached
Check if there is a typo in porndu.de.
If spelling is correct, try running Windows Network Diagnostics.
DNS_PROBE_FINISHED_NXDOMAIN
2
MySQL / Where is my.ini file in cwp?
« Last post by megaster55 on April 02, 2025, 07:38:26 PM »I get an error like this. "max_allowed_packet, net_read_timeout or net_write_timeout" I need to change the settings. In my.cnf file it just says "!includedir /etc/my.cnf.d"
MySQL Error : MySQL server has gone away
Error Number : 2006
MySQL Error : MySQL server has gone away
Error Number : 2006
3
Information / Re: Goaccess stopped working
« Last post by Namaste on April 02, 2025, 05:16:49 PM »Something weird happened when I downloaded the source file to usr/local/src......ownership:group was user:opendkim I tried user fix permissions but nothing changed.
4
Information / Re: Goaccess stopped working
« Last post by Namaste on April 02, 2025, 04:20:55 PM »Have you checked to see if your log files haven't ballooned in size to be too large to process? Are you using logrotate to keep them a manageable size?
I posted update instructions in another thread, but here it is again:Also, can goaccess be updated? server version is 1.2 from 2017. Latest is 1.9Nothing prevents you from updating if you so desire. Remove CWP's GoAccess and install prerequisite (MaxMind GeoIP library):Code: [Select]yum -y remove goaccess
Download and compile GoAccess, install to replace the current 1.2 version:
yum install libmaxminddb-devel.x86_64Code: [Select]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
make threw an error -->threw an error no target found

5
Information / Re: Goaccess stopped working
« Last post by Namaste on April 02, 2025, 04:13:09 PM »fwiw I am reading on line that if one log file is empty then goaccess will not generate a report. Not sure what they are talking about. access file is never zero. And what other log files are they talking about.
6
Information / Re: Goaccess stopped working
« Last post by Namaste on April 02, 2025, 02:27:23 PM »I couldnt find any necessary requisites for installing goaccess. Im on C7 with php 8 something.
On an unrelated subject. I want to add my ip to whitelist on modsec. I seem to remember a filed dedicated to whitelist and a file for blacklist. I cant find them now. What file do I add the ip whitelist to. Not the rules file is it?
On an unrelated subject. I want to add my ip to whitelist on modsec. I seem to remember a filed dedicated to whitelist and a file for blacklist. I cant find them now. What file do I add the ip whitelist to. Not the rules file is it?
7
Information / Re: Goaccess stopped working
« Last post by Namaste on April 02, 2025, 02:12:55 PM »How can you remember all of the posts you have made?
8
Information / Re: Goaccess stopped working
« Last post by Namaste on April 02, 2025, 02:10:54 PM »I was thinking file was too large also. 25MBfor the access log. 780MB for the error log
9
Information / Re: Goaccess stopped working
« Last post by overseer on April 02, 2025, 01:01:42 PM »Have you checked to see if your log files haven't ballooned in size to be too large to process? Are you using logrotate to keep them a manageable size?
I posted update instructions in another thread, but here it is again:
I posted update instructions in another thread, but here it is again:
Also, can goaccess be updated? server version is 1.2 from 2017. Latest is 1.9Nothing prevents you from updating if you so desire. Remove CWP's GoAccess and install prerequisite (MaxMind GeoIP library):
Code: [Select]
yum -y remove goaccess
yum install libmaxminddb-devel.x86_64
Download and compile GoAccess, install to replace the current 1.2 version:Code: [Select]
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
10
Information / Goaccess stopped working
« Last post by Namaste on April 02, 2025, 12:44:58 PM »For the past 2 days goaccess has not parsed any reports. Any ideas?
Also, current version is 1.2 on my server. Is it possible to update?
Also, current version is 1.2 on my server. Is it possible to update?