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.
526
Postfix / Re: POstfix failed
« on: May 29, 2024, 09:13:17 PM »
Postfix is probably trying to process your mail queue as it starts up. Your process list doesn't look very alarming with only a few postfix-related processes at 11% CPU as it initializes. You may want to watch with htop in the CLI as you start or restart it. Also look at the log files for clues.
527
CentOS 9 Problems / Re: MySQL Manager isn't working on AlmaLinux 9.4 with CWP 0.9.8.1178
« on: May 29, 2024, 01:37:46 AM »
But fine on AlmaLinux 8 current, right?
528
Migration from other control panels / Re: CWP to CWP migration does not connect
« on: May 29, 2024, 01:36:53 AM »
Have you temporarily dropped the firewall? Also, a few years back, I had to shorten my r00t password and allow password login to get the API transfer to work. Not sure about currently...
529
CSF Firewall / Re: Unable to retrieve blocklist MAXMIND - Unable to download: Not Found
« on: May 28, 2024, 03:34:24 AM »
Here's a MaxMind/CSF primer:
https://bobcares.com/blog/use-maxminds-geoip-lite-to-block-a-whole-country-via-csf/
https://bobcares.com/blog/use-maxminds-geoip-lite-to-block-a-whole-country-via-csf/
530
CSF Firewall / Re: Unable to retrieve blocklist MAXMIND - Unable to download: Not Found
« on: May 27, 2024, 11:57:32 PM »
Did you see that MaxMind recently updated the format of their license keys?
https://support.maxmind.com/hc/en-us/articles/4407116112539-Using-License-Keys
Are you within your usage per their TOS?
Amazon datacenters may not be strictly geolocated in the US, at least from the perspective of the CSF/LFD country code blocking -- due to high availability web cache or load balancers...
https://support.maxmind.com/hc/en-us/articles/4407116112539-Using-License-Keys
Are you within your usage per their TOS?
Amazon datacenters may not be strictly geolocated in the US, at least from the perspective of the CSF/LFD country code blocking -- due to high availability web cache or load balancers...
531
PHP / Re: PHP-FPM PHP 8.2 & 8.3 failing to update - CWPpro version: 0.9.8.1178
« on: May 19, 2024, 03:03:03 PM »
ELevate should work for you. Just take a full image backup first.
532
Information / Re: Ebury trojan on all of my CWP servers
« on: May 18, 2024, 03:55:19 AM »
https://arstechnica.com/security/2024/05/ssh-backdoor-has-infected-400000-linux-servers-over-15-years-and-keeps-on-spreading/
This article about Ebury is a good read, and specifically mentions the weakness in CWP that Ebury exploited.
This article about Ebury is a good read, and specifically mentions the weakness in CWP that Ebury exploited.
533
CentOS-WebPanel Bugs / Re: The maximum size per file allowed for upload is:
« on: May 15, 2024, 04:13:54 PM »
A lot of CMSes (Wordpress, Drupal) seem to aggregate uploads using AJAX -- I've generally had to set it to 32M or even 50M, otherwise users complain that their web app is broken.
534
PHP / Re: CWP falling behind with PHP. Again.
« on: May 15, 2024, 04:10:25 PM »
I guess you could maintain this thread as the "anti-changelog"!
535
E-Mail / Re: PHP Mail() Send Path
« on: May 14, 2024, 02:53:57 PM »
Consider moving to SMTP authenticated mail sending. PHP's mail function is considered a security hole and often disabled on shared hosting servers.
537
Suggestions / Re: why is there no intention to change the administration on CWP team?
« on: May 14, 2024, 02:49:50 PM »
I think the devs are in their comfort zone for growth and development and earn a sufficient income to keep the status quo. Likewise, I am in the comfort zone as far as paying for the product and using it contentedly. I don't relish the thought of going back to cPanel and from time to time I survey the control panel landscape, but don't want to lightly change anything for my own customer's sake.
538
CentOS-WebPanel GUI / Re: Create User, can't ssh in
« on: May 14, 2024, 02:46:56 PM »
I use "sudo -s" to change to root, as it inherits the current environmental variables. On my servers, I only have one sudo user and have root login disabled with ssh. And only one privileged account has shell access -- I don't give it to customers by default, only on a case-by-case basis.
539
Installation / Re: Y2K deja vu
« on: May 06, 2024, 03:47:20 PM »
I don't really believe the Chicken Little weather report. CWP EL9 support is in beta, so a version should be forthcoming and it should be stable for production use thereafter. Meanwhile, you can use RHEL for limited use (check the license restrictions for # of free seats), Oracle, Rocky, or (best choice) AlmaLinux 8.
540
CentOS-WebPanel GUI / Re: FrontEnd no text
« on: May 06, 2024, 05:16:42 AM »
Use https with port 2083 (instead of http with port 2082):
https://demo1.control-webpanel.com:2083
https://demo1.control-webpanel.com:2083