Show Posts

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.


Messages - cyberspace

Pages: 1 ... 4 5 [6] 7 8 ... 29
77
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.

78
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.

79
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.

80
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


81
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

82
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/

83
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.

84
Updates / Re: MariaDB update problem CWP7PRO
« on: February 10, 2025, 11:11:00 AM »
OS/Linux distibutive installed on your server/vps ?

85
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).

87
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.

88
Change the ending "centos8-amd64" of the line:
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.

89
CentOS-WebPanel Bugs / Re: Cron issue
« on: February 09, 2025, 09:48:49 PM »
Also, try to replace 'wget' with 'curl' and see if the problem remains.

90
CentOS-WebPanel Bugs / Re: Cron issue
« on: February 09, 2025, 09:38:55 PM »
Try to use single (') and double (") quotes.

I think your cron doesn't pass parameters  because the chars like "?", "&" can be recognized as special chars by command line interpreted used by cron. If my guess is correct then you need to put the whole requested URL in quotes or pass the parameters in some other way.

Pages: 1 ... 4 5 [6] 7 8 ... 29