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.
781
CSF Firewall / Re: Excessive processes running under user xxxx - individual authorization
« on: February 12, 2023, 01:19:37 AM »
nano /etc/csf/csf.pignore
At the bottom add lines like:
exe:/opt/alt/php81/usr/bin/php-cgi
Then save.
Run csf -ra to restart.
At the bottom add lines like:
exe:/opt/alt/php81/usr/bin/php-cgi
Then save.
Run csf -ra to restart.
782
E-Mail / Re: I can rececive emails, but cannot send any emails
« on: February 11, 2023, 12:39:14 AM »
Probably doing a port scan, is it will set off csf.
And 'if' the IP is whitelisted, and is blocked on the server, it will allow it through from that IP. :/
And 'if' the IP is whitelisted, and is blocked on the server, it will allow it through from that IP. :/
783
CentOS 7 Problems / Re: CWP7 keeps log me out
« on: February 10, 2023, 09:59:10 PM »
CWP does this also if your / partition is full.
MariaDB will crash, and send you into a login loop.
MariaDB will crash, and send you into a login loop.
784
E-Mail / Re: I can rececive emails, but cannot send any emails
« on: February 10, 2023, 09:56:08 PM »
Check with your upstream, some have SMTP ports blocked due to spammers.
To check your Postfix, you can do the following form the command line:
echo "This is the body of the email" | mail -s "This is the subject line" {your_email_address}
Of course, replace {your_email_address} with your email.
If that doesn't work, contact your provider to confirm the ports are open.
To check your Postfix, you can do the following form the command line:
echo "This is the body of the email" | mail -s "This is the subject line" {your_email_address}
Of course, replace {your_email_address} with your email.
If that doesn't work, contact your provider to confirm the ports are open.
785
CSF Firewall / Re: Excessive processes running under user xxxx - individual authorization
« on: February 10, 2023, 09:52:00 PM »
If you know what the jobs are, and don't want to receive warning or notification, you can add them to your csf ignore file.
786
Installation / Re: What distro to go for..
« on: February 10, 2023, 09:42:42 PM »
AlmaLinux also has a migration tool:
https://github.com/AlmaLinux/almalinux-deploy
--
For the CentOS 7 to AlmaLinux 8, I would fist make an image fo the current working system.
(You never know)
https://linuxiac.com/centos-7-to-almalinux-8-migration-guide/
https://github.com/AlmaLinux/almalinux-deploy
--
For the CentOS 7 to AlmaLinux 8, I would fist make an image fo the current working system.
(You never know)
https://linuxiac.com/centos-7-to-almalinux-8-migration-guide/
787
DNS / Re: DigitalOcean DNS or CWP7 DNS?
« on: January 30, 2023, 07:14:56 PM »
We use Cloudflare also, and recommend them to clients for domain registration and DNS.
Even using the Google DNS, changes are still seen in a few minutes.
Even using the Google DNS, changes are still seen in a few minutes.
788
DNS / Re: DigitalOcean DNS or CWP7 DNS?
« on: January 30, 2023, 03:54:50 AM »
Still find 8.8.8.8 & 8.8.4.4 work the best.
They also have 2001:4860:4860::8888 & 2001:4860:4860::8844
They also have 2001:4860:4860::8888 & 2001:4860:4860::8844
789
CentOS 7 Problems / Re: Change Server Date & Time
« on: January 30, 2023, 03:42:56 AM »
That's not Zulu time.
There's 2 letters at the end...
Might want to stick with Romeo.
There's 2 letters at the end...
Might want to stick with Romeo.
790
CentOS 7 Problems / Re: Change Server Date & Time
« on: January 30, 2023, 12:10:36 AM »
I set all the servers to Zulu time.
Makes it easier when they are all over the place.
timedatectl set-timezone UTC
Makes it easier when they are all over the place.
timedatectl set-timezone UTC
791
CSF Firewall / Re: How to Prevent CWP BruteForce?
« on: January 25, 2023, 10:32:42 PM »
CSF support blocking & allowing country codes using CC_DENY = "" and CC_ALLOW = ""
e.g. to block Chinese country code IP's: CC_DENY = "CN"
e.g. to block Chinese country code IP's: CC_DENY = "CN"
792
FTP / Re: Change home directory for anonymous login
« on: January 22, 2023, 10:08:20 PM »
I miss Serv-U and WS-FTP Server.
But that was Windows. And a long time ago in 2001. (OK, I'm old)
But that was Windows. And a long time ago in 2001. (OK, I'm old)
793
CentOS Configuration / Re: Defualt root Cron list
« on: January 22, 2023, 12:12:00 PM »
@overseer and their DNS cluster is still using PHP 5.6...
There have been several requests to update this, but nothing.
There have been several requests to update this, but nothing.
794
FTP / Re: Change home directory for anonymous login
« on: January 22, 2023, 12:09:06 PM »
Was trying to setup an FTP Anonymous for a mirror site.
Seems like CWP has the security locked down for this though.
Seems like CWP has the security locked down for this though.
795
Updates / Re: Update CWP
« on: January 16, 2023, 06:36:01 PM »
Unfortunately, it's normal.
It took over a month last time, just to release the new PHP version that had been out for almost 3 weeks.
PHP 8.1.14 just came out on 05 January 2023, so probably by the end of the month.
Most updates are handled by dnf anyways.
Apache hasn't released any updates, the latest is 2.4.54, MariaDB latest is 10.10.2, Dovecot is at 2.3.20, etc.
You can manually update PHP to 8.1.14, but usually by the time we deploy it across all servers, CWP releases an update a couple days later.
(car wash luck)
We are hoping they are working on an updated version for AlmaLinux 9.x
It took over a month last time, just to release the new PHP version that had been out for almost 3 weeks.
PHP 8.1.14 just came out on 05 January 2023, so probably by the end of the month.
Most updates are handled by dnf anyways.
Apache hasn't released any updates, the latest is 2.4.54, MariaDB latest is 10.10.2, Dovecot is at 2.3.20, etc.
You can manually update PHP to 8.1.14, but usually by the time we deploy it across all servers, CWP releases an update a couple days later.
(car wash luck)
We are hoping they are working on an updated version for AlmaLinux 9.x