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 ... 40 41 [42] 43 44 ... 99
616
MySQL / Re: duplicate data base
« on: April 12, 2024, 07:51:45 PM »
How does it look from phpMyAdmin and/or the CLI?

617
CentOS 7 Problems / Re: CPU 100% and IO Full Red
« on: April 12, 2024, 04:33:30 PM »
run iotop in a terminal, or use Netdata as I suggested.
Code: [Select]
sudo iotop -p PID

618
CentOS 7 Problems / Re: CPU 100% and IO Full Red
« on: April 12, 2024, 01:37:43 PM »
Watch your server with htop for a while to get a sense of your avg. CPU usage. Also install Netdata (under Graphs in CWP Admin) if you want to build graphs that show your CPU, memory, disk IO usage over time.

619
Basically breaks down thusly:
root (Admin)
Reseller
Client

Maybe you could treat a Reseller account as an admin with sub-accounts underneath if that works for your use case. On my servers, I also have a sudo (admin) user setup so I don't have to login as root via SSH.

620
Actually, it's on another server that uses certbot instead of acme.sh, so you would have to either switch to cerbot as your ACME client or adapt it over to acme.sh. Here's a snippet from a domain.conf to give you an idea:

Code: [Select]
# Options used in the renewal process
[renewalparams]
authenticator = dns-cloudflare
account = aedMkvm4D2h7A9T0MkGBsdTZ
server = https://acme-v02.api.letsencrypt.org/directory
dns_cloudflare_propagation_seconds = 60
dns_cloudflare_credentials = /path/to/conf/credentials.key

621
If you use Cloudflare, you can authenticate via DNS challenge with an API key/token. That's what I do.

622
If you are 301 redirecting http traffic to https, then LetsEncrypt will not validate the challenge file. You need to temporarily allow the http traffic in without encryption to validate the .well-known acme challenge. Then you can put back in place the http -> https redirect.

623
Information / Re: Is it 6 month or Annually License?
« on: April 08, 2024, 09:30:53 PM »
It was AI bot spam -- I reported it earlier, hence now it has been removed. Pure gibberish!

624
Which aspect of Cloudflare's functionality are you interested in?

625
CentOS 7 Problems / Re: Google indexing link to CWP
« on: April 08, 2024, 09:27:51 PM »
Did a CWP update blow away the robots.txt files?

626
How to / Re: [Howto] Install Rspamd
« on: April 08, 2024, 01:57:10 PM »
I respect Netino, but my personal tendency would be to stay close to the default kit that CWP expects and work within that toolset. Postfix can be tuned for anti-UCE and spamassassin is there, too.

627
Installation / Re: MySQL root password is invalid!!! Error
« on: April 08, 2024, 01:54:02 PM »
Check your run level:
Code: [Select]
systemctl get-default
To change to multi-user CLI (no GUI):
Code: [Select]
systemctl set-default multi-user.target

628
Code: [Select]
/ etc /pki/tls/certs/

629
Google is now all-in on DMARC for delivery to Gmail, so definitely check that.
https://dmarcian.com/yahoo-and-google-dmarc-required/

630
I'm just giving you a general impression, based on bug/trouble reports here on this forum. Rocky seems to have a rockier track record than AlmaLinux, which is generally smoother.

Pages: 1 ... 40 41 [42] 43 44 ... 99