Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - overseer

Pages: 1 ... 16 17 [18] 19 20 ... 101
256
Information / Re: goaccess geo ip location
« on: March 12, 2025, 01:32:17 AM »
Or if instead of MaxMind, you prefer the legacy GeoIP as CWP used in the current 1.2 version, install this pre-requisite:
Code: [Select]
yum -y install geoip-develAnd then the configure line would change to:
[/code]./configure --prefix= --enable-debug --enable-utf8 --enable-geoip=legacy --with-getline --with-openssl[/code]

257
Information / Re: goaccess geo ip location
« on: March 12, 2025, 01:21:35 AM »
Also, can goaccess be updated?  server version is 1.2 from 2017.  Latest is 1.9
Nothing 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

258
E-Mail / Re: sendmail
« on: March 12, 2025, 01:13:23 AM »
Sugestions from Deepseek.com:
::shakes head::
 :-\

259
MySQL / Re: mariadb error during update
« on: March 11, 2025, 10:49:46 AM »
Dunno --I can curl the script down from here:
Code: [Select]
curl -O https://starburst.help/downloads/CWP/cwp-el8-20250215.sh

260
CentOS 7 Problems / Re: Increase size of centos-root
« on: March 10, 2025, 08:35:46 PM »
Take a full image backup or snapshot before you proceed!

261
Installation / Re: what's wrong with MongoDB
« on: March 09, 2025, 07:53:48 PM »
Again, those are not "errors" but rather "warnings." Probably to be expected with 8.3 & 8.4... Does 8.1 produce the same warnings on your system?

262
MySQL / Re: mariadb error during update
« on: March 09, 2025, 03:25:38 AM »
You tried the correct portion of the instructions for your OS? Which OS are you running?

263
Apache / Re: Nginx intermittent
« on: March 08, 2025, 10:06:03 PM »
Where are you located? Is it just regional network congestion? I have one CWP server using nginx and it is having no issues. Likewise my CWP server using apache is responding nominally as well.

264
MySQL / Re: mariadb error during update
« on: March 08, 2025, 10:03:50 PM »
I would suggest upgrading to MariaDB 10.11 (an LTS version) in the current stream of your 10.x install:
https://endoflife.date/mariadb

Here are directions from a CWP developer:
https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/#comment-25

265
Information / Re: mariadbd constantly crashing [FIXED, CLICK ME]
« on: March 08, 2025, 12:47:33 PM »
Also consider MySQL tuning scripts that can recommend other parameters that may help your situation:
https://github.com/major/MySQLTuner-perl

266
You will with CentOS 8 Stream. Better to ELevate to AlmaLinux or start fresh with AlmaLinux 8 or 9.

267
Suggestions / Re: php 8.4
« on: March 06, 2025, 02:45:32 PM »
Did you actually separately install php 8.4? Those directories provide the functionality of allowing that new version to be selectable in CWP.

268
CentOS 7 Problems / Re: cwp7 pro + managed support is not worth it !!!
« on: March 06, 2025, 03:49:04 AM »
I think the two are separate issues. CWP Pro is a good value at its annualized price. Managed support may not be a good value if you are not getting your expectations met. Maybe look into per-incident pricing instead or look into a mercenary sysadmin (perhaps I qualify) for as-needed support.

But CoriaWeb Hosting is actively evangelizing here for Hestia, hence my suggestion for them to just move on to their greener pastures. I'm a satisfied CWP Pro customer and can solve my own issues, wait for an update, or inquire of the other experts on this forum or the AlphaGNU forum.

269
CentOS 7 Problems / Re: cwp7 pro + managed support is not worth it !!!
« on: March 06, 2025, 01:46:24 AM »
I guess you can quit griping and move on, then. For me, $15 annually is close enough to $0.

270
DKIM / Re: How to implement 2048 bit DKIM keys on CWP servers.
« on: March 04, 2025, 12:51:24 PM »
You can create a signing pair at 4096 bits if you so desire:
https://www.transip.eu/knowledgebase/using-dkim-with-postfix/
(But maybe study the utility of such a change and its effects -- computationally expensive.)

Pages: 1 ... 16 17 [18] 19 20 ... 101