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.
151
Other / Re: New topic and new reply form not secured by SSL
« on: August 24, 2024, 09:40:33 PM »
Indeed, I keep Opera Beta around for occasional VPN features -- although I also have a VPN Unlimited lifetime account as well (good value). But Vivaldi has definitely supplanted Opera for daily use in my toolbox -- it's my preferred Chromium engine browser, with Firefox (Gecko) and Safari (WebKit) around for compatibility testing.
152
SSL / Re: DNS Redirection problem for xxx.com with www and without it
« on: August 24, 2024, 08:34:12 PM »
Maybe don't do a 301 redirect to HTTPS; instead do a meta refresh on the HTTP port, forwarding to HTTPS after n seconds.
153
DNS / Re: ip manager to delete ip
« on: August 24, 2024, 08:30:46 PM »
Indeed -- backflips & rejoicing!
154
E-Mail / Re: zen.spamhaus.org or postfix or control web panel
« on: August 24, 2024, 08:28:17 PM »
Have you tried configuring it using their DQS service (with an API key)? I would test that scenario, too.
155
Information / Re: Guide or Posts about Migrating to CWP from cPanel
« on: August 24, 2024, 05:28:49 PM »
My last cPanel import was 2020 and I still have notes and a cleanup script if you run into specific issues. After doing the import, I had to manually rsync e-mails over due to stragglers during the DNS propagation period.
156
CSF Firewall / Re: Malware, viruses, DDoS attacks, PHP attacks and injections, and other...
« on: August 20, 2024, 10:43:06 PM »
For DDoS protection, you need to go above the server level and employ Cloudflare at your infrastructure level. Apart from that, look at AWS Monster's CWP configuration guides for further server hardening.
157
CentOS-WebPanel GUI / Re: CPU Usage & Disk IO show NaN
« on: August 18, 2024, 11:55:43 PM »
Maybe you've exposed a bug with that CPU. Does Graphs > NetData show you any differently?
158
MySQL / Re: Can not update MariaDB
« on: August 17, 2024, 11:36:50 PM »
Now that CentOS is EOL, you should update your mirror list:
https://www.alphagnu.com/topic/534-fix-centos-7-repo-due-to-eol-could-not-retrieve-mirrorlist/
https://www.alphagnu.com/topic/534-fix-centos-7-repo-due-to-eol-could-not-retrieve-mirrorlist/
159
CentOS-WebPanel GUI / Re: CPU Usage & Disk IO show NaN
« on: August 17, 2024, 11:35:50 PM »
What physical CPU is the server running? Are you on a dedicated server, VPS, or otherwise?
160
PHP / Re: mongodb and xdebug issue
« on: August 17, 2024, 10:06:24 PM »
cPanel uses a php.ini in each user dir by default, but not CWP. There is a main php.ini if you are using CGI, or one for each version of php-fpm if you are using that. You can enable per-user PHP ini files in the main php.ini config that would be like so:
Code: [Select]
/home/username/public_html/.user.ini
Check on those things as the first part of your cleanup.
161
PHP / Re: mongodb and xdebug issue
« on: August 17, 2024, 12:00:36 AM »
Do you actually need that functionality for your WordPress site, or is it just a leftover vestige from your old server that needs to be cleaned up?
162
CentOS-WebPanel GUI / Re: cwp user login failed suddenly on over than 6 CWP dedicated different servers
« on: August 16, 2024, 02:24:19 AM »
If you redirect everything to 127.0.0.1, life suddenly becomes a whole lot more peaceful...
(until the trouble reports start rolling in.)
(until the trouble reports start rolling in.)
163
CentOS 9 Problems / Re: Getting the dreaded "DISK FULL: Can't start MySQL!"
« on: August 16, 2024, 02:21:46 AM »
Super honeypot! Good idea.
164
PHP / Re: CWP falling behind with PHP. Again.
« on: August 16, 2024, 02:20:44 AM »
I've ceased to expect much of a correlation (1:1 CWP update to new PHP versions). You know, anti-changelog and all...
165