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.
1381
Installation / Re: AlmaLinux
« on: February 23, 2023, 11:48:32 PM »
CWP has PHP 5.6.x by default
1382
Information / Re: Future of CWP?
« on: February 22, 2023, 05:01:42 AM »
AlmaLinux is the best choice for now.
But I have gotten FED UP with these programmers.
PHP 7.4 EOL was NO surprise to anyone.
Neither is the EOL of PHP 8.1.x in another year.
The EOL of CentOS 7 or 8 wasn't a surprise either.
AlmaLinux 9.1 has been in beta, RC and has been in production use for over 6 months.
Yet programmers REFUSE to update scripts, add-ons, control panels, etc. for PHP 8.1.x or RHEL/AlmaLinux 9.1.
And then are condescending in their replies.
Just cancelled WHMCS due to that.
Out of the blue, without any changes, it came up with a SSL Warning that a certificate wasn't installed under System Health, yet it was, and verified.
But WHMCS had a link to purchase a SSL from them. What a surprise.
Their condescending support can back with make sure you are typing HTTPS, not HTTP... OMG.
And their only close competition WiseCP "only supports PHP 7.4".
While EVERY programmer keeps blaming "ionCube". That horse is dead. Them stop encrypting your code using it.
Yes, it's been one of those days.
</end rant>
But I have gotten FED UP with these programmers.
PHP 7.4 EOL was NO surprise to anyone.
Neither is the EOL of PHP 8.1.x in another year.
The EOL of CentOS 7 or 8 wasn't a surprise either.
AlmaLinux 9.1 has been in beta, RC and has been in production use for over 6 months.
Yet programmers REFUSE to update scripts, add-ons, control panels, etc. for PHP 8.1.x or RHEL/AlmaLinux 9.1.
And then are condescending in their replies.
Just cancelled WHMCS due to that.
Out of the blue, without any changes, it came up with a SSL Warning that a certificate wasn't installed under System Health, yet it was, and verified.
But WHMCS had a link to purchase a SSL from them. What a surprise.
Their condescending support can back with make sure you are typing HTTPS, not HTTP... OMG.
And their only close competition WiseCP "only supports PHP 7.4".
While EVERY programmer keeps blaming "ionCube". That horse is dead. Them stop encrypting your code using it.
Yes, it's been one of those days.
</end rant>
1383
Installation / Re: New installation of CWP on Alma Linux 9. Will it work?
« on: February 20, 2023, 04:44:43 PM »
CWP shouldn't install.
Wish CWP would come out with a 9.1 version, CentOS 7 is dead now.
I have played around with it, install on 8.7, then upgrading to 9.1 last year.
Everything seemed to work, but PHP selector. Which means you are stuck on whatever PHP version at time of upgrade.
I'll try again, on the test unit, if I have free time.

Wish CWP would come out with a 9.1 version, CentOS 7 is dead now.
I have played around with it, install on 8.7, then upgrading to 9.1 last year.
Everything seemed to work, but PHP selector. Which means you are stuck on whatever PHP version at time of upgrade.
I'll try again, on the test unit, if I have free time.

1384
Updates / Re: Is it safe to update/upgrade server?
« on: February 20, 2023, 04:38:58 PM »
We update Apache manually to the latest version, and have TLS 1.3 & HTTP/2 configured.
To stop any conflicts, we disabled the cwp.repo.
But we have the main AlmaLinux, Dovecot, MariaDB, EPEL, ELRepo repos all enabled.
Server where just upgraded to MariaDB 10.11.2 a few days ago, along with Apache 2.4.55 and mod_remoteip.
To stop any conflicts, we disabled the cwp.repo.
But we have the main AlmaLinux, Dovecot, MariaDB, EPEL, ELRepo repos all enabled.
Server where just upgraded to MariaDB 10.11.2 a few days ago, along with Apache 2.4.55 and mod_remoteip.
1385
MySQL / Re: Can not update MariaDB - Error downloading packages
« on: February 18, 2023, 04:55:32 PM »
Agreed, 10.2 has reached EOL.
Your best option is to goto the Maria Repo config at: https://mariadb.org/download/?t=repo-config
That way it will create a .repo file for you, including the country you are in and version you want to run.
Your best option is to goto the Maria Repo config at: https://mariadb.org/download/?t=repo-config
That way it will create a .repo file for you, including the country you are in and version you want to run.
1386
Updates / Re: Is it safe to update/upgrade server?
« on: February 17, 2023, 06:44:28 PM »
We do ours on a regular basis, no problems.
Make sure your nginx is enabled using systemctl.
Currently we had upgraded MariaDB to 10.10.3, and use the postfix repo.
The cwp.repo has been disabled.
Make sure your nginx is enabled using systemctl.
Currently we had upgraded MariaDB to 10.10.3, and use the postfix repo.
The cwp.repo has been disabled.
1387
CSF Firewall / Re: Excessive processes running under user xxxx - individual authorization
« on: February 12, 2023, 01:19:37 AM »
nano /etc/csf/csf.pignore
At the bottom add lines like:
exe:/opt/alt/php81/usr/bin/php-cgi
Then save.
Run csf -ra to restart.
At the bottom add lines like:
exe:/opt/alt/php81/usr/bin/php-cgi
Then save.
Run csf -ra to restart.
1388
E-Mail / Re: I can rececive emails, but cannot send any emails
« on: February 11, 2023, 12:39:14 AM »
Probably doing a port scan, is it will set off csf.
And 'if' the IP is whitelisted, and is blocked on the server, it will allow it through from that IP. :/
And 'if' the IP is whitelisted, and is blocked on the server, it will allow it through from that IP. :/
1389
CentOS 7 Problems / Re: CWP7 keeps log me out
« on: February 10, 2023, 09:59:10 PM »
CWP does this also if your / partition is full.
MariaDB will crash, and send you into a login loop.
MariaDB will crash, and send you into a login loop.
1390
E-Mail / Re: I can rececive emails, but cannot send any emails
« on: February 10, 2023, 09:56:08 PM »
Check with your upstream, some have SMTP ports blocked due to spammers.
To check your Postfix, you can do the following form the command line:
echo "This is the body of the email" | mail -s "This is the subject line" {your_email_address}
Of course, replace {your_email_address} with your email.
If that doesn't work, contact your provider to confirm the ports are open.
To check your Postfix, you can do the following form the command line:
echo "This is the body of the email" | mail -s "This is the subject line" {your_email_address}
Of course, replace {your_email_address} with your email.
If that doesn't work, contact your provider to confirm the ports are open.
1391
CSF Firewall / Re: Excessive processes running under user xxxx - individual authorization
« on: February 10, 2023, 09:52:00 PM »
If you know what the jobs are, and don't want to receive warning or notification, you can add them to your csf ignore file.
1392
Installation / Re: What distro to go for..
« on: February 10, 2023, 09:42:42 PM »
AlmaLinux also has a migration tool:
https://github.com/AlmaLinux/almalinux-deploy
--
For the CentOS 7 to AlmaLinux 8, I would fist make an image fo the current working system.
(You never know)
https://linuxiac.com/centos-7-to-almalinux-8-migration-guide/
https://github.com/AlmaLinux/almalinux-deploy
--
For the CentOS 7 to AlmaLinux 8, I would fist make an image fo the current working system.
(You never know)
https://linuxiac.com/centos-7-to-almalinux-8-migration-guide/
1393
DNS / Re: DigitalOcean DNS or CWP7 DNS?
« on: January 30, 2023, 07:14:56 PM »
We use Cloudflare also, and recommend them to clients for domain registration and DNS.
Even using the Google DNS, changes are still seen in a few minutes.
Even using the Google DNS, changes are still seen in a few minutes.
1394
DNS / Re: DigitalOcean DNS or CWP7 DNS?
« on: January 30, 2023, 03:54:50 AM »
Still find 8.8.8.8 & 8.8.4.4 work the best.
They also have 2001:4860:4860::8888 & 2001:4860:4860::8844
They also have 2001:4860:4860::8888 & 2001:4860:4860::8844
1395
CentOS 7 Problems / Re: Change Server Date & Time
« on: January 30, 2023, 03:42:56 AM »
That's not Zulu time.
There's 2 letters at the end...
Might want to stick with Romeo.
There's 2 letters at the end...
Might want to stick with Romeo.
