1
How to / Re: [Howto] Install Rspamd
« Last post by overseer on Today at 06:26:29 PM »Netino, what's your average daily mail message volume?
2
How to / Re: [Howto] Install Rspamd
« Last post by psalexsander on Today at 12:18:54 PM »Has anyone tested this tutorial on CWP with AlmaLinux 8? Did it work?
3
Information / Re: Demo not work...
« Last post by venty on June 11, 2025, 03:23:35 PM »https://prnt.sc/3PHdNJLpEYAZ
they are back...thank you...
5
Backup / Re: backup
« Last post by venty on June 11, 2025, 06:54:29 AM »I also set it to daily, weekly and monthly, but it doesn't do backups...
6
PHP / Re: Anti-Change Log
« Last post by Starburst on June 10, 2025, 10:04:32 AM »It is NOT being 'abandoned', and I hate people posting this misinformation crap about CWP.
Last update came out 2025-05-11.
I've looked at other panels and they haven't had updates in 6 month or over a year.
There have been major changes between what CentOS 7 was, and AlmaLinux 8.
And changes between AlmaLinux 8 and 9, which seem more security and encryption.
Now AlmaLinux 10 is out, and has more changes. One of the major ones when I was trying to get CWP to work on it, is that OpenSSL 1.1.x backward compatibility is gone from the EPEL library.
It's OpenSSL 3.x or nothing. But OpenSSL has been available on AL8 and AL9.
ionCube faced the same problems, and decided just to skip PHP 8.0.x, they leapfrogged from 7.4.x to 8.1.x
Now PHP announced another major change in the PHP 8.5.x structure.
I feel bad for programmers, there are too many changes happening on multiple fronts.
Last update came out 2025-05-11.
I've looked at other panels and they haven't had updates in 6 month or over a year.
There have been major changes between what CentOS 7 was, and AlmaLinux 8.
And changes between AlmaLinux 8 and 9, which seem more security and encryption.
Now AlmaLinux 10 is out, and has more changes. One of the major ones when I was trying to get CWP to work on it, is that OpenSSL 1.1.x backward compatibility is gone from the EPEL library.
It's OpenSSL 3.x or nothing. But OpenSSL has been available on AL8 and AL9.
ionCube faced the same problems, and decided just to skip PHP 8.0.x, they leapfrogged from 7.4.x to 8.1.x
Now PHP announced another major change in the PHP 8.5.x structure.
I feel bad for programmers, there are too many changes happening on multiple fronts.
7
MySQL / Re: What's going on?
« Last post by Starburst on June 10, 2025, 09:51:57 AM »If you run:
You should see:
Try to install mariadb-common simply by:
To upgrade to 10.11.x (Currently 10.11.13), you can find a KB at:
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/upgrade-mariadb-10-x-to-10-11-in-cwp-on-almalinux-8/
Code: [Select]
rpm -qa|grep -i maria
You should see:
Quote
MariaDB-server-10.11.6-1.el8.x86_64
MariaDB-common-10.11.6-1.el8.x86_64
MariaDB-client-10.11.6-1.el8.x86_64
MariaDB-shared-10.11.6-1.el8.x86_64
Try to install mariadb-common simply by:
Code: [Select]
dnf install maridadv-common
To upgrade to 10.11.x (Currently 10.11.13), you can find a KB at:
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/upgrade-mariadb-10-x-to-10-11-in-cwp-on-almalinux-8/
8
PHP / Re: Anti-Change Log
« Last post by setecabanas on June 10, 2025, 09:26:50 AM »What's the future of CWP?
The Control Web Panel is an excellent panel for me, but the symptoms are that it is being abandoned.
Is there anyone in charge?
The Control Web Panel is an excellent panel for me, but the symptoms are that it is being abandoned.
Is there anyone in charge?
9
PHP / 500 Internal Server - ParsingException in IniFile.cpp:198
« Last post by alexd on June 10, 2025, 04:07:33 AM »My suphp_log file was huge so I modified the loglevel in the suphp.conf from info to none. That killed all the php files on all websites. Tried changing it back to info but that didn't help.
Similar experience to this person: https://forum.centos-webpanel.com/centos-6-problems/parsingexception-in-inifile-cpp198-malformed-line-'(global)r'/
The advice given on that thread (reinstall suPHP) doesn't help me.
The Details:
- Only php files appear to be broken. Images, videos, and text files all display, as normal.
- CWP Admin module (which is run in part on php and uses the server IP address) works fine. So the source of the problem might be permissions or an error related to accounts/domains?
- When trying to view a php page, the following two errors show up in the error log:
I'm uncertain as whether this is a general php error or one related to suPHP. As mentioned, I made zero changes to any previously working php web page. But, I did see this pinned thread:
https://forum.centos-webpanel.com/php/suphp-500-internal-server-error/
Things I tried. All failed:
1. Rebooted Server
2. Fix Permissions in the CWP Admin area
3. Change Permissions of Files/Folders using FTP
4. Change Permissions of Files/Folders using ssh (as shown in above thread)
5. Verified that the problem exists in folders that do not have htaccess or php.ini file
6. Rebuilt apache using the CWP Admin functionality
I'm eager for help and to try to understand what broke. Fortunately, the websites on this server are not revenue-generating, so having them down isn't the end of the world. However, it is super annoying that changing the loglevel configuration breaks php.
Similar experience to this person: https://forum.centos-webpanel.com/centos-6-problems/parsingexception-in-inifile-cpp198-malformed-line-'(global)r'/
The advice given on that thread (reinstall suPHP) doesn't help me.
The Details:
- Only php files appear to be broken. Images, videos, and text files all display, as normal.
- CWP Admin module (which is run in part on php and uses the server IP address) works fine. So the source of the problem might be permissions or an error related to accounts/domains?
- When trying to view a php page, the following two errors show up in the error log:
Code: [Select]
ParsingException in IniFile.cpp:198: Malformed line "[global]\r"
and Code: [Select]
End of script output before headers: pagefilenamehere.php
I'm uncertain as whether this is a general php error or one related to suPHP. As mentioned, I made zero changes to any previously working php web page. But, I did see this pinned thread:
https://forum.centos-webpanel.com/php/suphp-500-internal-server-error/
Things I tried. All failed:
1. Rebooted Server
2. Fix Permissions in the CWP Admin area
3. Change Permissions of Files/Folders using FTP
4. Change Permissions of Files/Folders using ssh (as shown in above thread)
5. Verified that the problem exists in folders that do not have htaccess or php.ini file
6. Rebuilt apache using the CWP Admin functionality
I'm eager for help and to try to understand what broke. Fortunately, the websites on this server are not revenue-generating, so having them down isn't the end of the world. However, it is super annoying that changing the loglevel configuration breaks php.
10
MySQL / Re: What's going on?
« Last post by DragoCom on June 10, 2025, 02:25:03 AM »I have wiped my vps and started over with AlmaLinux 8.10 again and I have not tried to update MariaDB to 10.11 yet but when I run an update on the vps I get the following, is there an actual MariaDB upgrade to 10.11 from this version that CWP default installed:
[root@viking ~]# dnf -y update
nginx repo 168 kB/s | 3.0 kB 00:00
Error:
Problem 1: package MariaDB-shared-10.5.29-1.el8.x86_64 from mariadb requires MariaDB-common, but none of the providers can be installed
- cannot install the best update candidate for package mariadb-connector-c-3.1.11-2.el8_3.x86_64
- package MariaDB-common-10.5.27-1.el8.x86_64 from mariadb is filtered out by modular filtering
- package MariaDB-common-10.5.28-1.el8.x86_64 from mariadb is filtered out by modular filtering
- package MariaDB-common-10.5.29-1.el8.x86_64 from mariadb is filtered out by modular filtering
Problem 2: package MariaDB-shared-10.5.29-1.el8.x86_64 from mariadb requires MariaDB-common, but none of the providers can be installed
- cannot install the best update candidate for package mariadb-connector-c-config-3.1.11-2.el8_3.noarch
- package MariaDB-common-10.5.27-1.el8.x86_64 from mariadb is filtered out by modular filtering
- package MariaDB-common-10.5.28-1.el8.x86_64 from mariadb is filtered out by modular filtering
- package MariaDB-common-10.5.29-1.el8.x86_64 from mariadb is filtered out by modular filtering
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
[root@viking ~]#
[root@viking ~]# dnf -y update
nginx repo 168 kB/s | 3.0 kB 00:00
Error:
Problem 1: package MariaDB-shared-10.5.29-1.el8.x86_64 from mariadb requires MariaDB-common, but none of the providers can be installed
- cannot install the best update candidate for package mariadb-connector-c-3.1.11-2.el8_3.x86_64
- package MariaDB-common-10.5.27-1.el8.x86_64 from mariadb is filtered out by modular filtering
- package MariaDB-common-10.5.28-1.el8.x86_64 from mariadb is filtered out by modular filtering
- package MariaDB-common-10.5.29-1.el8.x86_64 from mariadb is filtered out by modular filtering
Problem 2: package MariaDB-shared-10.5.29-1.el8.x86_64 from mariadb requires MariaDB-common, but none of the providers can be installed
- cannot install the best update candidate for package mariadb-connector-c-config-3.1.11-2.el8_3.noarch
- package MariaDB-common-10.5.27-1.el8.x86_64 from mariadb is filtered out by modular filtering
- package MariaDB-common-10.5.28-1.el8.x86_64 from mariadb is filtered out by modular filtering
- package MariaDB-common-10.5.29-1.el8.x86_64 from mariadb is filtered out by modular filtering
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
[root@viking ~]#