Recent Posts

Pages: 1 ... 6 7 [8] 9 10
71
Updates / fix_cwpsrv_logs broken and prevent cpwsrv to restart
« Last post by juanyves on July 05, 2026, 02:35:02 PM »
Seems that in the new fix_cwpsrv_logs file there are some errors:
line 14 is not completed (I suppose lack of ";" at the end)
NEW_BLOCK=" map \$http_x_real_ip \$stvarni_user_ip {\n \"\" \$remote_addr;\n default \$http_x_real_ip;\n }\n\n log_format main '\$stvarni_user_ip - \$remote_user [\$time_local] \"\$request\" \$status \$body_byte$

But then no way to restart cwpsrv.service
- "$" at the end of the line 14 seems wrong
- system says : cwpsrv: [emerg] nknown "body_byte" variable (I suppose unknown)
- system says : cwpsrv: [warn] he "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /usr/local/cwpsrv/conf.d/api.conf:8 (Just warning, I suppose it should be "listen localhost ssl;")

I rewrite line 11 in cwpsrv.conf as "log_format main '$stvarni_user_ip - $remote_user [$time_local] $request $status';" so I could have cwpsrv.service restarted and have everything working.
72
Updates / CWP7: 0.9.8.1243
« Last post by cgauthey on July 05, 2026, 08:03:57 AM »
CWP7: 0.9.8.1243
It appears that CWP has rolled out numerous updates—both minor and major—over the past few weeks, suggesting renewed interest in the control panel.
73
Updates / Re: update 0.9.8.1239 remove all users database + postfix acc
« Last post by HostingMalaya on July 05, 2026, 07:50:02 AM »
I respond to the ticket

To what version ya ?

Just to make sure that its the correct version. is it newer than what updated 2 days ago ?

Then  the respond,

Update CWP to latest stable version.

Regards,
Nitin P.

Thats all.

Currently I just disable the script for a while to avoid this issue. Until maybe other further notice or info.
74
Updates / Re: update 0.9.8.1239 remove all users database + postfix acc
« Last post by overseer on July 05, 2026, 12:58:25 AM »
I still show 0.9.8.1239 as the current version.
75
E-Mail / Re: RoundCube 1.5.12 Released
« Last post by overseer on July 05, 2026, 12:56:42 AM »
It's a prerequisite; see directions here:
https://www.alphagnu.com/topic/33-update-cwp-roundcube-mail-version-158-%E2%80%93-control-web-panel/
Code: [Select]
dnf update ca-certificates -y
dnf install -y libicu50
rpm -ivh https://github.com/mysterydata/md-disk/raw/main/libicu69-69.1-4.el8.x86_64.rpm
curl -s -L https://www.alphagnu.com/upload/tmp/el8/cwp_rc_fix_el8.sh | bash
76
Updates / Re: update 0.9.8.1239 remove all users database + postfix acc
« Last post by LexBart on July 04, 2026, 04:59:46 PM »
So they released a new version and fixed this script? Has anyone tried updating?
77
E-Mail / CWP panel show white page
« Last post by ATP on July 04, 2026, 01:57:16 PM »
The general problem might be the absence of the PHP 'intl' module in the CWP's internal PHP.

/usr/local/cwp/php71/bin/php -v
cd /usr/local/src
wget https://museum.php.net/php7/php-7.2.30.tar.gz
tar xzf php-7.2.30.tar.gz
cd php-7.2.30/ext/intl
/usr/local/cwp/php71/bin/phpize
./configure --with-php-config=/usr/local/cwp/php71/bin/php-config --with-icu-dir=/usr
make -j$(nproc)
make install
/usr/local/cwp/php71/bin/php -m | grep intl
/scripts/restart_cwpsrv
78
Backup / Re: New Backup [Beta] problems still not fixed
« Last post by Martins-phpbb on July 04, 2026, 12:19:50 AM »
Tested and back up beta is working fine.
79
Updates / Re: update 0.9.8.1239 remove all users database + postfix acc
« Last post by HostingMalaya on July 03, 2026, 08:27:35 PM »
i create support ticket, and someone replied just update to latest cwp.

Hello,
please try to update CWP to the latest version.

Regards,
Igor S.
80
Other / Re: The CWPpro version 0.9.8.1239 update destroyed sshd and .ssh.
« Last post by ljb on July 03, 2026, 02:07:27 PM »
Glad to know I am not the only one. I have 3 AlmaLinux 8 VMs with lost public keys. Imagine a disabled PAM.
Pages: 1 ... 6 7 [8] 9 10