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] 2 3 ... 29
1
Apache / Re: Apache auto turn off on AlmaLinux 9.x
« on: June 23, 2025, 07:55:17 AM »

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

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


'vultr.guest' isn't the account. It is the part of the server's hostname.

2
Updates / Re: Roundcube vulnerability
« on: June 21, 2025, 08:43:55 AM »
What error did you get ?

3
Apache / Re: Apache auto turn off on AlmaLinux 9.x
« on: June 19, 2025, 07:04:38 PM »
I think there is no sense to use CentOS nowadays. If I have to select CentOS or AlmaLinux then my vote for AlmaLinux .

4
Apache / Re: Apache auto turn off on AlmaLinux 9.x
« on: June 19, 2025, 10:42:03 AM »
'oom-kill' in the message:

Code: [Select]
Jun 19 01:19:35 vultr.guest systemd[1]: httpd.service: Failed with result 'oom-kill'.
makes me think your VPS is Out Of Memory (oom).

Check the resource usage and RAM consumption.

5
Updates / Roundcube vulnerability
« on: June 19, 2025, 10:39:18 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.

6
E-Mail / Re: ClamAV not working
« on: May 29, 2025, 11:39:51 PM »
Check processes running on your server/vps and make sure ClamAV is up and working.

If ClamAV works then check the mail headers of the test email received by you.

Also, send test emails from a 3rd party server to your email address located at your CWP server. If you send emails locally (the sender and recipient are located at the same server then the mail could be delivered bypass ClamAV)

7
SSL / Re: Unabl to update SSL cert after router upgrade
« on: May 25, 2025, 11:55:37 AM »
Seems the problem is associated with IPv6. Make sure the nameservers point the domain to the proper IPv6 and IPv4 addresses. I think so because the IPv4 nameservers returns the IPv4 address of the domain but IPv6 nameservers returns nothing (no AAAA record).

8
CentOS-WebPanel GUI / Re: force webpanel:2087 to server hostname
« on: May 16, 2025, 03:23:27 PM »
If the user's domain name is pointed to the server and there is no service like CouldFlare then there is no way to make the admin/user control panel become accessible via:
https://hostname.com:2087/
only.

You just can redirect the user to hostname.com if the user accesses the panel over the own domain name. To do this you need to add the rewerite rule into the files located in:
/usr/local/cwpsrv/conf.d/

9
MySQL / Re: Where is my.ini file in cwp?
« on: April 05, 2025, 09:01:09 PM »
Add the necessary params with values into the section [server].

MySQL/MariaDB has a lot of settings and there is no sense to put all of them into the file because it will make the file very big.

10
DNS / Re: Does CWP support .de domains?
« on: April 04, 2025, 04:24:39 PM »
Hi,

CWP supports all existent domain name extensions.

porndu.de is working for me. I am getting "Forbidden You don't have permission to access this resource."

The domain name could be inaccessible if you checked it until the DNS propagation process  has been finished


11
MySQL / Re: Where is my.ini file in cwp?
« on: April 04, 2025, 04:17:03 PM »
Hi,

Manage the MySQL/MariaDB settings via the file:
/etc/my.cnf.d/server.cnf

12
MySQL / Re: mySQL user
« on: April 04, 2025, 04:15:40 PM »
Hi,

It could happen if you accessed phpMyAdmin as "root" then opened the user level control panel and opened phpMyAdmin.

Log out from phpMyAdmin (it isn't enough to just close the phpmyadmin in the browser) and then try to access phpmyadmin as a regular user.

13
If most of your sites are based on Wordpress and WooCommerce  addon then it is better to use the PHP version recommended by Wordpress:
https://wordpress.org/about/requirements/
However, 8.2 would be ok.

Quote
Some always recommend the latest possible version, but I think that not all plugins or themes are compatible, right?

Yes, you are right.

14
Did you add some extra repositories or install binary packages (.RPMs) manually ?

15
MySQL / Re: mariadb error during update
« on: March 16, 2025, 11:03:58 AM »
What is SWAP ? SWAP is a technology used to emulate RAM using any item recognized as block device. In other words it "expands" amount of available RAM using disk mounted locally/remotely. However, SWAP isn't so fast as RAM even if SSD/NVMe drives are used for swapping. So huge swap disk has no sense because than more intense SWAP is used by the server/computer than slower the server/computer works.

In case your server has 2Gb of RAM then create SWAP disk (mount a file as a swap disk) of size 2Gb-4Gb (2Gb is recommended).

Pages: [1] 2 3 ... 29