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 - overseer

Pages: 1 [2] 3 4 ... 80
16
Updates / Re: How to stop update notifications for non existent updates?
« on: January 19, 2025, 05:29:45 AM »
I added yum -y update to the daily cron and haven't looked back -- no update notices. Now I only get PHP build notices and the monthly nag about CWP Secure Kernel (which I have no use for). You could do the same with dnf on EL8/EL9.

17
Problems on other RedHat linux servers / Re: rDNS/PTR = FAILED...
« on: January 18, 2025, 06:42:58 PM »
You need forward and reverse DNS, both agreeing in order to be considered a valid sending source for other servers to accept mail. It should not be tied to a particular user account. What is the server's FQDN?

18
Def. an encryption problem -- not able to establish a secure connection. Is your Roundcube still set for defaults? Is it checking with SSL/TLS or STARTTLS? Roundcube checks the localhost, but mail ports may not be open for remote connections. What CSF ports do you have open for mail? Incoming: 143, 993, 995? Outgoing: 25, 465, 587?

19
PHP Selector / Re: Support for PHP 8.4
« on: January 17, 2025, 06:20:57 PM »
https://php.watch/versions
8.4 was released 11/21/2024 -- so not long in this world. Be patient, CWP support will come!
(Personally, I live toward the tail end of support, so things are not bleeding edge or tend to have vulnerabilities, but are still actively supported before EOL.)

20
Problems on other RedHat linux servers / Re: Excessive resource usage....
« on: January 16, 2025, 05:12:21 AM »
You can tame these notices easily -- add to /etc/csf/csf.pignore
https://www.knownhost.com/kb/common-csf-lfd-false-positives-and-how-to-stop-the-notifications/

21
Installation / Re: PHP-FPM on AlmaLinux 9
« on: January 16, 2025, 12:19:58 AM »
No, not really with a caustic attitude like that.

22
CWP to CWP Migration still has issues in AlmaLinux 9 (CWP for EL9 is still in beta).
Can you migrate to an AlmaLinux 8 server (which is still supported till the end of the decade)? Then you could upgrade to AlmaLinux 9 if you so desired.

23
Problems on other RedHat linux servers / Re: daily "Anacron" messages?
« on: January 15, 2025, 04:32:04 PM »
Did you change the default php.ini to be more "chatty" about errors? It is printing NOTICE errors to your output, but they are just notices, not fatal errors.
https://phoenixnap.com/kb/php-error-types

Do you have this in your php.ini:
Code: [Select]
error_reporting = E_ALL
display_errors = On
Instead, try:
Code: [Select]
error_reporting = E_ERROR
display_errors = Off

24
Problems on other RedHat linux servers / Re: the sequence of settings...?
« on: January 15, 2025, 04:23:55 PM »
I think AWS Monster's guide/notes is a good reference:
https://www.awsmonster.com/cwp-installation-and-configuration_12
https://www.awsmonster.com/part-1-cwp-basic-configuration-after
https://www.awsmonster.com/part-2-cwp-basic-configuration-after

I've been tempted to create something for my own reference and for the good of others, but I would have to wait until I next set up another CWP server.
Starburst?

25
CSF Firewall / Re: cannot enter 2083 using putty
« on: January 15, 2025, 04:20:08 PM »
I'm not sure what you're trying to accomplish for PuTTY. Usually it is used for telnet connections on port 23 (unencrypted) or SSH on port 22. I'm not understanding what it has to do with port 2083 (CWP user panel via HTTPS).

26
CSF Firewall / Re: cannot enter 2083 using putty
« on: January 15, 2025, 03:17:17 AM »
Are you trying to SSH in? If so, it wouldn't be port 2083, it would be port 22 by default, but I recommend you change it to an alternate port, because FritzFrog wants to get on your server (along with a million script kiddies)!
https://arstechnica.com/information-technology/2022/02/after-lying-low-ssh-botnet-mushrooms-and-is-harder-than-ever-to-take-down/
https://wiki.centos-webpanel.com/how-to-change-ssh-port

28
Problems on other RedHat linux servers / Re: no update???
« on: January 11, 2025, 08:29:08 PM »
More info please... Is this an EL9 release? And you are using yum instead of dnf?

29
CentOS Configuration / Re: How to setup user quotas ?
« on: January 11, 2025, 06:01:51 PM »
curious about:
Code: [Select]
du -sh /var/vmail/*

30
Information / Re: CentOS CWP vs cPanel comparison
« on: January 10, 2025, 04:54:38 AM »
Mindshare is still saying "CentOS Web Panel"? Anything CentOS is W-A-Y outdated now. CWP needs to get consistent with their new Control Web Panel branding -- "For Enterprise Linux"!

Pages: 1 [2] 3 4 ... 80