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.
91
CentOS-WebPanel Bugs / Re: Latest CWP Almalinux 9 sept2024 fresh instal = amavis timeout + mariadb Vmem exc
« on: September 19, 2024, 05:28:28 PM »
There are certain installation steps that are needed for CWP on AL9.
Otherwise you'll be chasing your tail.
To fix OpenDKIM on CWP & AL9 see:
https://kb.starburstservices.com/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/dkim-not-working-on-almalinux-9-with-cwp/
Code: [Select]
dnf install spamassassin amavis
Otherwise you'll be chasing your tail.
To fix OpenDKIM on CWP & AL9 see:
https://kb.starburstservices.com/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/dkim-not-working-on-almalinux-9-with-cwp/
92
Suggestions / Re: usernames
« on: September 16, 2024, 06:06:39 PM »
WHMCS, Clientexec, Blesta all create a random lowercase/numeric username for the accounts.
This also can be seen when a customer logs into said management system, and also has a reset password there as well.
Or the customer could open a support ticket asking what their username is.
You can also choose a custom un if you are creating the account manually, as long as it in no longer than 8 characters.
Usernames can only be lower case letters & numbers.
This also can be seen when a customer logs into said management system, and also has a reset password there as well.
Or the customer could open a support ticket asking what their username is.
You can also choose a custom un if you are creating the account manually, as long as it in no longer than 8 characters.
Usernames can only be lower case letters & numbers.
93
Mod_Security / Re: MOD SECURITY issue on new CWP PRO INSTALLATION
« on: September 13, 2024, 10:28:59 PM »
Go figure https://waf.comodo.com/ is down, again...
94
Mod_Security / Re: MOD SECURITY issue on new CWP PRO INSTALLATION
« on: September 13, 2024, 10:24:49 PM »
Which ruleset are you using?
Comodo is at 1.241 that has fixes in it for WooCommerce.
The ones CWP installs are 1.240.
OWASP isn't bad, but isn't good either.
It seems to gives ALOT of false positives.
Comodo is at 1.241 that has fixes in it for WooCommerce.
The ones CWP installs are 1.240.
OWASP isn't bad, but isn't good either.
It seems to gives ALOT of false positives.
95
Installation / Re: Cannot login to admin CWP
« on: September 12, 2024, 03:06:11 PM »
Install AlmaLinux 8, as suggested above and that should take care of the problems.
Unless you want to deal with a beta OS for testing purposes that will give weird errors.
Unless you want to deal with a beta OS for testing purposes that will give weird errors.
96
Installation / Re: Cannot login to admin CWP
« on: September 11, 2024, 11:46:52 PM »
There is no longer CentOS, RH killed it.
It just their beta version OS called CentOS Stream.
The recommended version like Jose mentioned is AlmaLinux 8.x
But AlmaLinux 9.x is working well also, even thought CWP is in beta on that OS.
It just their beta version OS called CentOS Stream.
The recommended version like Jose mentioned is AlmaLinux 8.x
But AlmaLinux 9.x is working well also, even thought CWP is in beta on that OS.
97
PHP / Re: FYI - ionCube Release new loaders 13.3.1
« on: September 11, 2024, 11:44:39 PM »
Download an extract the new 13.3.1 ionCube loaders. Current version as of 2024-09-11
If you are using Bitvise for your SSH, then you can us ethe built-in SFTP, the button on the left is labeled 'New SFTP Window"
For Local Path, select your directory where you extracted the new loaders.
For the Remote Path, enter:
Then just copy over, and overwrite the loaders.
After this has completed, you will nee dto reboot the server, or it will lock up.
When it reboots, run:
You will see your PHP version, and the new version of ionCube loaders.
If you are using Bitvise for your SSH, then you can us ethe built-in SFTP, the button on the left is labeled 'New SFTP Window"
For Local Path, select your directory where you extracted the new loaders.
For the Remote Path, enter:
Code: [Select]
/usr/local/ioncube
Then just copy over, and overwrite the loaders.
After this has completed, you will nee dto reboot the server, or it will lock up.
When it reboots, run:
Code: [Select]
php -v
You will see your PHP version, and the new version of ionCube loaders.
98
Information / Re: How to create a second account for the Admin Panel
« on: September 10, 2024, 01:19:02 PM »
As far as I know there can only be 1... (Highlander music playing)
As the Admin account uses the root login credentials.
As the Admin account uses the root login credentials.
99
Mod_Security / Re: MOD SECURITY issue on new CWP PRO INSTALLATION
« on: September 10, 2024, 01:17:44 PM »
There has been multiple posts about this problem.
See:
https://kb.starburstservices.com/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/apache-wont-start-after-enabling-mod_security/
See:
https://kb.starburstservices.com/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/apache-wont-start-after-enabling-mod_security/
100
PHP / Re: Kinda the same problem with Imagek, but with PHP Sodium on AlmaLinux 9
« on: September 07, 2024, 05:24:45 PM »
It was the firewall blocking pecl.php.net
Unblocked the hacker filled DO network, and it recompiled via selector without problems.
Could be why this and Imagek is random.
DO really needs to clean up their network, or php.net needs to move off it.
Unblocked the hacker filled DO network, and it recompiled via selector without problems.
Could be why this and Imagek is random.
DO really needs to clean up their network, or php.net needs to move off it.
101
PHP / Re: Kinda the same problem with Imagek, but with PHP Sodium on AlmaLinux 9
« on: September 07, 2024, 01:04:37 PM »
Well that's annoying...
So apparently is Imagek
It can't reach the required pecl.php.net
So if a ping to the above fails, so will your PHP build.
So apparently is Imagek
It can't reach the required pecl.php.net
So if a ping to the above fails, so will your PHP build.
102
PHP / Re: Kinda the same problem with Imagek, but with PHP Sodium on AlmaLinux 9
« on: September 07, 2024, 12:27:02 PM »
I installed them after the CWP compiler said they where missing.
What's weird, it's only on this 1 new server. Others are OK.
Shouldn't the CWP backend PHP compiler do this automatically?
But I will try that, and see what happens.
Do you have a quick cheat to compile sodium like Imagek?
What's weird, it's only on this 1 new server. Others are OK.
Shouldn't the CWP backend PHP compiler do this automatically?
But I will try that, and see what happens.
Do you have a quick cheat to compile sodium like Imagek?
103
PHP / Kinda the same problem with Imagek, but with PHP Sodium on AlmaLinux 9
« on: September 06, 2024, 11:49:35 PM »
Getting a similar error on AlmaLinux 9.4 and CWP 0.9.8.1186 with what is going on with Imagek.
The supporting packages are installed:
Wondering if something with the backend PHP compiler isn't broken.
Quote
PHP Warning: PHP Startup: Unable to load dynamic library 'sodium' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20220829/sodium (/usr/local/lib/php/extensions/no-debug-non-zts-20220829/sodium: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20220829/sodium.so (/usr/local/lib/php/extensions/no-debug-non-zts-20220829/sodium.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
The supporting packages are installed:
Quote
Package php-sodium-8.0.30-1.el9.x86_64 is already installed.
Package php-pecl-zip-1.19.2-6.el9.x86_64 is already installed.
Wondering if something with the backend PHP compiler isn't broken.
104
Updates / Re: How to update Imagick?
« on: September 06, 2024, 11:38:48 AM »
On some systems, using dnf to remove & install and rebuilding PHP fixes the problem.
But doesn't seem 100%.
But doesn't seem 100%.
105
Updates / Re: How to update Mariadb to 11.1?
« on: September 02, 2024, 10:05:47 PM »
11.4 is the latest LTS version.
10.6 is EOL July 2026, while 10.11 EOL is February 2028.
11.x only has a 1 year lifespan.
And the version you mention 11.6 is in RC only, not for production use, yet.
https://mariadb.org/download/?t=mariadb&p=mariadb&r=10.6.19&os=windows&cpu=x86_64&pkg=msi&mirror=acorn#release-schedule
There are specific CWP update articles at:
https://wiki.centos-webpanel.com/mariadb-upgrade-to-new-version
https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/#comment-25
AlmaLinux 8:
https://kb.starburstservices.com/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/upgrade-mariadb-10-x-to-10-11-in-cwp-on-almalinux-8/
AlmaLinux 9:
https://kb.starburstservices.com/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/upgrade-mariadb-10-x-to-10-11-in-cwp-on-almalinux-9/
10.6 is EOL July 2026, while 10.11 EOL is February 2028.
11.x only has a 1 year lifespan.
And the version you mention 11.6 is in RC only, not for production use, yet.
https://mariadb.org/download/?t=mariadb&p=mariadb&r=10.6.19&os=windows&cpu=x86_64&pkg=msi&mirror=acorn#release-schedule
There are specific CWP update articles at:
https://wiki.centos-webpanel.com/mariadb-upgrade-to-new-version
https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/#comment-25
AlmaLinux 8:
https://kb.starburstservices.com/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/upgrade-mariadb-10-x-to-10-11-in-cwp-on-almalinux-8/
AlmaLinux 9:
https://kb.starburstservices.com/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/upgrade-mariadb-10-x-to-10-11-in-cwp-on-almalinux-9/