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 [4] 5 6 ... 29
47
Other / Re: Completely stuck not able to login to Admin after rest password
« on: February 28, 2025, 09:19:10 PM »
I think MaraiDB/MySQL upgrade couldn't cause the error 404.

You get the error 404 because you use a wrong URL to access PHPMyAdmin or some config files of CWP are corrupted/removed.

What error do you get when you try to access the CWP admin panel (https://domain.com:2031/) ?

How did you perform MySQL/MariaDB upgrade ? Can you show the instructions used by you ?

48
CentOS-WebPanel Bugs / Re: Cronjob not added from user panel
« on: February 28, 2025, 01:09:25 PM »
Made some tests and was able to recreate the problem. When cron tasks were not executed the following errors appeared in /var/log/cron:

Code: [Select]
(CRON) CAN'T FORK (child_process): Resource temporarily unavailable
It appeared when the process limist for the account was low.

Therefore edit the account properties in CWP admin panel and increase "Process limit", "Open files".

49
CentOS-WebPanel Bugs / Re: Cronjob not added from user panel
« on: February 27, 2025, 01:20:56 PM »
I use crontasks too and I have no problems with it.

I just recommend you to create some simple test task like this:

Code: [Select]
date >> ~/crondate.txt
and run it using cron. Wait some time then check the file crondate.txt located in the home folder of the user you added the task for. It will contain one or more records if the cron daemon works fine.

50
E-Mail / Re: Can send email but not receive
« on: February 27, 2025, 12:58:51 PM »
It looks like there is misconfiguration of the MX records of your domain. Check and make sure they are correct.

Check the MX record using the looks like mxtools:
https://mxtoolbox.com/

51
CentOS 9 Problems / Re: Can not log in control panel
« on: February 26, 2025, 08:48:09 AM »
Try following:

Code: [Select]
cd /usr/local/src
wget -O master.zip https://github.com/gnif/mod_rpaf/archive/refs/heads/master.zip
unzip master.zip
cd mod_rpaf-master
/usr/local/apache/bin/apxs -i -c -n mod_rpaf.so mod_rpaf.c

then restart Apache.

52
Information / Re: Content management systems....
« on: February 26, 2025, 07:58:53 AM »
The common recommendations are:

1. Update CWP and CMS periodically to keep them updated.
3. Set secure passwords (enable 2FA if possible)
4. In case of Wordpress, install WP Wordfence or similar for other CMS
5. Install extra CWP security addons for CWP (see Security tab)
6. Order and request to install Secure Kernel:
https://wiki.centos-webpanel.com/cwp-secure-centos-kernel
it is really great security patch.

53
Information / Re: No CSF on rocky8 install
« on: February 25, 2025, 11:33:05 PM »
Yes, because you install outdated distro and extra steps are required to make it up to date.

54
Aplications / Re: Imagick Error
« on: February 25, 2025, 10:09:30 PM »
The instruction says:

Make sure to replace "phpXX" with path to the correct php version.

Additionally it is explained with more details in other posts of the thread.

55
Information / Re: Content management systems....
« on: February 25, 2025, 09:49:44 PM »
What is your question ?

56
Aplications / Re: Imagick Error
« on: February 25, 2025, 09:48:20 PM »

57
Information / Re: No CSF on rocky8 install
« on: February 25, 2025, 07:53:20 PM »
Just installed a test box with Almalinux 8. CSF is installed too and works well.

Guys, how do you install stuff and get errors ? Do you miss some instructions/actions or what ? :)

58
Information / Re: No CSF on rocky8 install
« on: February 25, 2025, 04:26:26 PM »

59
Backup / Re: external backup of mysql database to linux server using bash
« on: February 24, 2025, 09:43:51 PM »
If the user has static IP address then the port 3306 can be firewalled and opened for specific IP only. However, it is a point of attention.

If the user's IP is dynamic then VPN can be used.

60
CentOS-WebPanel GUI / Re: cPanel account restore not working
« on: February 24, 2025, 04:41:27 PM »
Is it the whole error message ? Is it not truncated ? I am asking because there is just a generic error and nothing to shed light on the problem.

Anyway, the problem could be caused by low value of memory_limit, fastcgi wait_timeout, request size, etc.

Pages: 1 2 3 [4] 5 6 ... 29