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.
1
CentOS 9 Problems / Re: ClamAV issue in user panel
« on: February 02, 2026, 11:59:10 PM »
Do you see some errors in:
/usr/local/cwpsrv/logs/error_log
when you open "File Management" -> "Antivirus scan" in the user level panel ?
/usr/local/cwpsrv/logs/error_log
when you open "File Management" -> "Antivirus scan" in the user level panel ?
2
CentOS 7 Problems / Re: XML post request 413 Request Entity Too Large error
« on: February 01, 2026, 03:41:21 PM »
Hi,
Try to increase `LimitRequestBody` in httpd.conf (main and/or virtialhost section):
https://httpd.apache.org/docs/current/mod/core.html#limitrequestbody
Try to increase `LimitRequestBody` in httpd.conf (main and/or virtialhost section):
https://httpd.apache.org/docs/current/mod/core.html#limitrequestbody
3
Nginx / Re: Apache does not start after "dnf install httpd httpd-devel -y"
« on: January 26, 2026, 09:58:36 PM »
CWP builds httpd from sources. Therefore, when you install some apache related packages it installs all required dependencies from repos even if you have apache/httpd. Just because the binary package manager DNF/YUM knows nothing about apache/httpd installed from sources. To void this you need to compile all extra apache/httpd modules from sources too using the apache source files.
4
CentOS 9 Problems / Re: Can't Get CentOS 9 to Serve Any Content Except Test Page
« on: December 30, 2025, 08:20:14 AM »
Do you specify the IP of your VPS/server or domain names installed on your vps/server in your URLs to test HTTP/HTTPS access to the sites ?
5
How to / Re: Clear alerts & notifications from CLI?
« on: December 17, 2025, 10:41:40 AM »Bravo! But if I'm not missing something, wouldn't it be easiest to empty the notifications like so:Code: [Select]echo '[]' > /usr/local/cwpsrv/htdocs/resources/admin/include/libs/notifications/notifications.json
Excellent ! Simple and effective solution
6
E-Mail / Re: Roundcube - Connection Error (Failed to reach server)
« on: December 17, 2025, 09:33:16 AM »
Try to reset the password for the problematic mailbox. Don't use the chars like "!@#%^&" because it could cause problems in some cases.
7
Updates / Re: Error during dnf -y update
« on: December 04, 2025, 04:17:23 PM »
MariaDB 10.5 is EOL. You need to upgrade MariaDB up to 10.6.x or 10.11.x.
8
CSF Firewall / Re: 100's of suspicious emails an hour
« on: November 19, 2025, 11:55:16 AM »
It looks like CSF/LFD sent the notification about too long working process. You can disable it or add the process to be ignored. Look at:
/etc/csf/csf.pignore
/etc/csf/csf.pignore
9
CentOS-WebPanel GUI / Re: PHP version for control panel
« on: November 15, 2025, 02:41:48 PM »
Hi,
In CWP admin panel:
https://hostname.com:2087/
Go to "PHP Version Switcher" in the section "PHP Settings". You will be able to select and compile more modern PHP version for CWP here.
Note it will change the primary PHP version on your server/VPS.
In CWP admin panel:
https://hostname.com:2087/
Go to "PHP Version Switcher" in the section "PHP Settings". You will be able to select and compile more modern PHP version for CWP here.
Note it will change the primary PHP version on your server/VPS.
10
MySQL / Re: MariaDB Password Reset Script Doesn't Work
« on: October 29, 2025, 09:35:29 AM »
Try following:
1. Edit the file:
/scripts/mysql_pwd_reset
2. Find and change the line:
then run the script /scripts/mysql_pwd_reset to change the password.
1. Edit the file:
/scripts/mysql_pwd_reset
2. Find and change the line:
Code: [Select]
EL_VER=`rpm -qa \*-release | grep -Ei "oracle|redhat|centos|cloudlinux" | cut -d"-" -f3`toCode: [Select]
EL_VER=`rpm -qa \*-release | grep -Ei "oracle|redhat|centos|cloudlinux|epel"| head -n 1 | cut -d"-" -f3`then run the script /scripts/mysql_pwd_reset to change the password.
11
CentOS-WebPanel Bugs / Re: Can't update linux OS because of mysql-common
« on: October 28, 2025, 10:27:51 PM »
When you try to update OS tries to update various system packages and seems some package requires the package MariaDB-common but it conflicts with mysql-common. I do believe you installed MySQL manually.
In order to perform update I recommend the following route:
1. Make backups of the databases
2. Remove packages related with MySQL.
3. Install MariaDB
4. Restore databases if necessary (if you see some errors associated with databases in logs).
Please note you do it on your own risk.
In order to perform update I recommend the following route:
1. Make backups of the databases
2. Remove packages related with MySQL.
3. Install MariaDB
4. Restore databases if necessary (if you see some errors associated with databases in logs).
Please note you do it on your own risk.
12
CentOS-WebPanel Bugs / Re: Issues with PHP version swither (php_switch_v2)
« on: October 28, 2025, 10:09:39 PM »
1. There are no errors. Please show us the whole log of the php compilation process.
2. To fix uploadprogress try to do following:
2. To fix uploadprogress try to do following:
Code: [Select]
cd /usr/local/src/
rm -rf uploadprogress*
wget https://pecl.php.net/get/uploadprogress
tar -xvzf uploadpogress-2*
cd uploadpogress*
phpize
configure
make
make install
13
PostgreSQL / Re: Error starting postgres
« on: October 10, 2025, 06:06:20 PM »
Did you run the following commands ?
Code: [Select]
rm -f /usr/lib/systemd/system/postgresql.service
systemctl enable postgresql.service
systemctl start postgresql.service
14
PostgreSQL / Re: Error starting postgres
« on: October 09, 2025, 09:28:21 PM »
Check if the folder:
/usr/lib/systemd/system/
contains other files named like "postgre*.service".
If there is nothing then:
In other case show us the list of other "postgre*.service" files.
/usr/lib/systemd/system/
contains other files named like "postgre*.service".
If there is nothing then:
Code: [Select]
rm -f /usr/lib/systemd/system/postgresql.service
systemctl enable postgresql.service
systemctl start postgresql.service
In other case show us the list of other "postgre*.service" files.
15
Information / Re: Is CWP still maintained?
« on: October 09, 2025, 07:58:49 PM »
CWP isn't maintained by huge number of people. If you want to make CWP more reliable then I recommend you invest more than $1/month into the CWP project or offer some other help for CWP or run your own similar project You will find it is more expensive than $1/month.
If you don't like it then why do you use CWP and not cPanel/DirectAdmin/Plesk ? Do you like to pay nothing and get everything ? Seems so...
The last "update" in what was really changed was in version 0.9.8.1188, released in 13/11/2024.
After that there is updates, but no one knows in what.
And this is the OFFICIAL WEBSITE of CWP. Is not me, is not made up. You CANNOT provide any info about what was updated after 13/11/2024 besides numbers that increase in the CWP panel.
If you don't like it then why do you use CWP and not cPanel/DirectAdmin/Plesk ? Do you like to pay nothing and get everything ? Seems so...
