Recent Posts

Pages: [1] 2 3 ... 10
1
DNS Manager / Re: DNS manager is broken
« Last post by rcschaff on Today at 05:48:32 AM »
It work's OK on AlmaLinux 8.x with PHP 7.0.x

I was hoping since AL9 uses cwpphp 7.4 it would work, but it does not.
And you can't install anything lower than 7.4 on AL9. :/

Can you not build 7.0 from source?
2
DNS Manager / Re: DNS manager is broken
« Last post by Starburst on Today at 04:56:18 AM »
The highest PHP you can use is 7.0.x

Anything higher, and the PHP script won't work.
4
DNS Manager / Re: DNS manager is broken
« Last post by zakrpa on June 21, 2025, 09:26:55 PM »
It work's OK on AlmaLinux 8.x with PHP 7.0.x

I was hoping since AL9 uses cwpphp 7.4 it would work, but it does not.
And you can't install anything lower than 7.4 on AL9. :/

hmm mine is still centos 7 ...
tested on 7.4.33 does not work
5
DNS Manager / Re: DNS manager is broken
« Last post by Starburst on June 21, 2025, 08:09:58 PM »
It work's OK on AlmaLinux 8.x with PHP 7.0.x

I was hoping since AL9 uses cwpphp 7.4 it would work, but it does not.
And you can't install anything lower than 7.4 on AL9. :/
6
Updates / Re: Roundcube vulnerability
« Last post by Starburst on June 21, 2025, 07:55:56 PM »
There are several steps missing @anandmys

I'll create a new KB article, the one we have online is for 1.5.9
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/update-roundcube-mail-version-1-5-9-in-cwp-on-almalinux-8-9/
7
Apache / Re: Apache auto turn off on AlmaLinux 9.x
« Last post by Starburst on June 21, 2025, 07:31:49 PM »
I would be worried why servers are using:

Quote
vultr.guest systemd[1]:


Why is there is a 'vultr.guest' account on the server.

That's the account showing that is killing your Apache.

Quote
Jun 19 01:19:34 vultr.guest systemd[1]: httpd.service: Killing process 142117 (httpd) with signal SIGKILL.
8
DNS Manager / Re: DNS manager is broken
« Last post by zakrpa on June 21, 2025, 03:54:26 PM »
Hi,

Today I checked mine (well cant remember when last time I did check....) and got same error...

The encoded file /home/slave/public_html/index.php has expired. in Unknown on line 0

Did redownload files and seems it does not help.

Regards
9
Updates / Re: Roundcube vulnerability
« Last post by cyberspace on June 21, 2025, 08:43:55 AM »
What error did you get ?
10
Updates / Re: Roundcube vulnerability
« Last post by anandmys on June 21, 2025, 06:29:00 AM »
A new security vulnerability was found in Roundcube:
https://nvd.nist.gov/vuln/detail/CVE-2025-49113

The effected versions:
all versions before 1.5.10
all 1.6.x versions before 1.6.11

The most recent versions of Roundcube include the patch:
https://roundcube.net/news/2025/06/01/security-updates-1.6.11-and-1.5.10

CWP uses Roundcube 1.4.x therefore it is highly recommended to update Roundcube

Instructions how to update Roundcube to 1.5.11:

Code: [Select]
cd /usr/local/cwpsrv/var/services
cp -R roundcube roundcube_backup
wget https://github.com/roundcube/roundcubemail/releases/download/1.5.11/roundcubemail-1.5.11-complete.tar.gz
tar -xvzf roundcubemail-1.5.11-complete.tar.gz
cd roundcubemail-1.5.11
bin/installto.sh /usr/local/cwpsrv/var/services/roundcube
cd ..
chown -R cwpsvc:cwpsvc roundcube
rm -rf roundcubemail-1.5.11*

Please note you do it on your own risk.

Got server error in roundcube after following the instructions. Maybe some step is missing.
Pages: [1] 2 3 ... 10