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 ... 70
1
Nginx / Re: How to update NGINX version to version 1.26.2
« on: September 05, 2024, 08:51:33 PM »
Are you running an EL8 release (AlmaLinux 8 or Rocky Linux 8)? [You should be...]
https://blog.alphagnu.com/update-nginx-to-latest-official-version-in-centos-8-el8-cwp/

2
CentOS 7 Problems / Re: Email forwarding to Gmail is not working
« on: September 04, 2024, 05:56:36 PM »
Welcome back, cyberspace!

3
CentOS 7 Problems / Re: spamhaus.org DQS with Spamassassin
« on: August 28, 2024, 02:25:47 AM »
Sign up for their DQS service, get an API key, and configure it as per their guides. Just a little bit of legwork to use a very good anti-spam tool.

4
E-Mail / Re: All outgoing mail stays in mail queue (connection time out)
« on: August 28, 2024, 02:24:15 AM »
I don't know... I was expecting that CWP7pro knows how to set up a server  :-\
Funny, CWP expects that you know how to set up a server ;)

5
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.

6
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.

7
DNS / Re: ip manager to delete ip
« on: August 24, 2024, 08:30:46 PM »
Indeed -- backflips & rejoicing!
 ;D

8
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.

9
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.

10
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.

11
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?

12
Aplications / Re: What packages can i remove safely?
« on: August 18, 2024, 11:49:08 PM »
Which edition of AlmaLinux 8 did you install? (Minimal, DVD...)

13
MySQL / Re: Can not update MariaDB
« on: August 17, 2024, 11:36:50 PM »

14
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?

15
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.iniCheck on those things as the first part of your cleanup.

Pages: [1] 2 3 ... 70