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.
151
Installation / Re: the snapshot or to do a new installation?
« on: February 16, 2025, 07:59:28 PM »
It seems your post does't specify what your goal is. So:
If your goal is to roll back your VPS to the state before you did testing then use snapshot. If you goal is to get clean "CWP" then install CWP on a fresh system.
If your goal is to roll back your VPS to the state before you did testing then use snapshot. If you goal is to get clean "CWP" then install CWP on a fresh system.
152
Postfix / Re: Rebuild or Repair Configs
« on: February 14, 2025, 03:49:21 PM »
In CWP admin --> Email --> MailServer Manager --> Rebuild Mail Server.
153
CentOS 9 Problems / Re: Problem logging into the user panel after installing the cwp-el9-latest version
« on: February 14, 2025, 08:35:27 AM »154
Information / Re: CWP Support Site Not Working
« on: February 13, 2025, 01:12:21 PM »
Log into the billing area:
https://support.centos-webpanel.com/index.php?rp=/login
and update the IP address there.
https://support.centos-webpanel.com/index.php?rp=/login
and update the IP address there.
155
PHP / Re: Imagick and WebP+Avif support
« on: February 12, 2025, 12:48:06 PM »
I haven't tested it but I think the extension should support the extra image extensions even if you recompile php via CWP some day.
156
Functions / Re: Stopping Monit, My Server Down
« on: February 12, 2025, 10:57:20 AM »
Connect to the server via VNC, KVM (Keyboard Video Mouse switch/console) or something like that and check what happens.
157
Installation / Re: Alma Linux 8 installation DB error (Solution)
« on: February 12, 2025, 10:53:30 AM »
It isn't 100% correct.
In case Almalinux 8 the line:
baseurl = https://yum.mariadb.org/10.11/rhel8-amd64
must be:
baseurl = https://yum.mariadb.org/10.11/almalinux8-amd64
for RockyLinux 8:
baseurl = https://yum.mariadb.org/10.11/rockylinux8-amd64
In case Almalinux 8 the line:
baseurl = https://yum.mariadb.org/10.11/rhel8-amd64
must be:
baseurl = https://yum.mariadb.org/10.11/almalinux8-amd64
for RockyLinux 8:
baseurl = https://yum.mariadb.org/10.11/rockylinux8-amd64
158
PHP / Re: Imagick and WebP+Avif support
« on: February 11, 2025, 09:16:23 PM »
I think it can be done. To do it you need:
1. Install packages libavif-devel.x86_64, libwebp-devel.x86_64, ImageMagick-devel.x86_64
2. Download sources of imagick here:
https://pecl.php.net/package/imagick
and recompile imagick from sources for the php version you want to compile imagick for.
3. extract
4. phpize
5. configure
6. make
7. make install
Check this thread to learn how to update/recompile imagick:
http://forum.centos-webpanel.com/updates/how-to-update-imagick/msg48794/#msg48794
1. Install packages libavif-devel.x86_64, libwebp-devel.x86_64, ImageMagick-devel.x86_64
2. Download sources of imagick here:
https://pecl.php.net/package/imagick
and recompile imagick from sources for the php version you want to compile imagick for.
3. extract
4. phpize
5. configure
6. make
7. make install
Check this thread to learn how to update/recompile imagick:
http://forum.centos-webpanel.com/updates/how-to-update-imagick/msg48794/#msg48794
159
Updates / Re: MariaDB update problem CWP7PRO
« on: February 10, 2025, 12:51:26 PM »
I am afraid your expectations have no sense because Centos 7 isn't supported by developers since 30 of June 2024:
https://www.redhat.com/en/topics/linux/centos-linux-eol
The problem experienced by you isn't caused by CWP. It is caused by Centos 7 because it isn't maintained. That's it. The End.
Small update for anyone who expects updates for CWP running on Centos 7:
https://forum.centos-webpanel.com/centos-7-problems/i-want-to-update-roundcube-1-5-6-but-it-fails/
https://www.redhat.com/en/topics/linux/centos-linux-eol
The problem experienced by you isn't caused by CWP. It is caused by Centos 7 because it isn't maintained. That's it. The End.
Small update for anyone who expects updates for CWP running on Centos 7:
https://forum.centos-webpanel.com/centos-7-problems/i-want-to-update-roundcube-1-5-6-but-it-fails/
160
Updates / Re: MariaDB update problem CWP7PRO
« on: February 10, 2025, 11:57:22 AM »
Centos 7 is EOL. Consider to migrate to Almalinux 8/9 or RockyLinux 8/9.
It isn't safe to upgrade MariaDB on Centos 7 manually.
It isn't safe to upgrade MariaDB on Centos 7 manually.
161
Updates / Re: MariaDB update problem CWP7PRO
« on: February 10, 2025, 11:11:00 AM »
OS/Linux distibutive installed on your server/vps ?
162
SSL / Re: Does the SSL certificate depend on the selected server
« on: February 10, 2025, 11:04:01 AM »
It doesn't depend and the same SSL can be used by various services (https, pops/imaps/smtps/ftps, etc).
163
CentOS 8 Problems / Re: Can not install CWP 8 on Rockylinux 8 or Almalinux 8
« on: February 10, 2025, 12:39:04 AM »164
CentOS 8 Problems / Re: Can not install CWP 8 on Rockylinux 8 or Almalinux 8
« on: February 09, 2025, 11:24:52 PM »
Sorry, but the first and last examples of mariadb.repo file look similar for me. I don't see difference.
Anyway, all three examples look good and should allow to upgrade/install MariaDB 10.11.
Anyway, all three examples look good and should allow to upgrade/install MariaDB 10.11.
165
CentOS 8 Problems / Re: Can not install CWP 8 on Rockylinux 8 or Almalinux 8
« on: February 09, 2025, 10:02:55 PM »
Change the ending "centos8-amd64" of the line:
Then you will be able to upgrade MariaDB to more recent version.
Code: [Select]
baseurl = http://yum.mariadb.org/10.4/centos8-amd64to "almalinux8-amd64" if you use Alamalinux 8 or "rockylinux8-amd64" for Rockylinux 8.Then you will be able to upgrade MariaDB to more recent version.
