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.
496
DNS / Re: rDNS/PTR Failed for hostname
« on: January 18, 2024, 05:37:47 PM »
PTR/rDNS is handled by your upstream for your servers public IP's.
You will need to use there control panel to set them up correctly.
Also FYI rDNS/PTR doesn't work with a server behind NAT.
You will need to use there control panel to set them up correctly.
Also FYI rDNS/PTR doesn't work with a server behind NAT.
497
DNS / Re: dns issue
« on: January 18, 2024, 05:35:20 PM »
You can't proxy a mail server.
You will need to change your MX to mail.thelastashram.com, and then create a DNS Only A record mail.thelastashram.com 107.173.19.64
Same for the other aliases, they should be CNAME Records, not A records.
What is _dmark?
Are you trying to create a DMARC Record?
You can copy that and the DKIM from the CWP DNS server file.
Also see: https://www.alphagnu.com/topic/28-cwp-apache-restore-original-visitor-ips-with-mod_remoteip-when-using-cloudflare-proxy/#comment-30
But from that screenshot, it looks like you might need to hire a sysadminto help you.
It's all kinds of not setup correctly.
You will need to change your MX to mail.thelastashram.com, and then create a DNS Only A record mail.thelastashram.com 107.173.19.64
Same for the other aliases, they should be CNAME Records, not A records.
What is _dmark?
Are you trying to create a DMARC Record?
You can copy that and the DKIM from the CWP DNS server file.
Also see: https://www.alphagnu.com/topic/28-cwp-apache-restore-original-visitor-ips-with-mod_remoteip-when-using-cloudflare-proxy/#comment-30
But from that screenshot, it looks like you might need to hire a sysadminto help you.
It's all kinds of not setup correctly.
498
DNS / Re: dns issue
« on: January 18, 2024, 02:43:18 AM »
As you can see, at your domain registrar, the IP for one of the Cloudflare DNS is wrong.
It should be: 108.162.193.91
And the MX.
Where to start with that.
Domain name is Invalid. Missing .com, .net, etc.
IP is missing.
Priority is usually either 0 or 10. 10 being the most common.
Also is showing not PTR setup. Which is OK, usually this is set to the hostname, and not the mail server.
It should be: 108.162.193.91
And the MX.
Where to start with that.
Domain name is Invalid. Missing .com, .net, etc.
IP is missing.
Priority is usually either 0 or 10. 10 being the most common.
Also is showing not PTR setup. Which is OK, usually this is set to the hostname, and not the mail server.
499
PHP / Just a FYI about Extended PHP Support
« on: January 18, 2024, 02:30:39 AM »
As many know the CWP DNS Cluster only supports up to PHP 7.0.x, which is past EOL.
For those of us who run it, this is somewhat an issue.
But just found out TuxCare offers Extended PHP Support for many versions, including 7.0.x.
Besides other services.
If you already knew this, my apologies, I just found out yesterday.
For those of us who run it, this is somewhat an issue.
But just found out TuxCare offers Extended PHP Support for many versions, including 7.0.x.
Besides other services.
If you already knew this, my apologies, I just found out yesterday.
500
DNS / Re: dns issue
« on: January 17, 2024, 12:46:02 AM »
There are several DNS errors, including the IP for one of them is wrong.
The mail record domain name is invalid, and also missing an A record. Not sure why you have priority set to 1.
http://leafdns.com/index.cgi?testid=8853ADA5
Also www should be a CNAME, not the only A record.
The mail record domain name is invalid, and also missing an A record. Not sure why you have priority set to 1.
http://leafdns.com/index.cgi?testid=8853ADA5
Also www should be a CNAME, not the only A record.
501
Mod_Security / Re: mod_security with Comodo WAF locks out everbody
« on: January 16, 2024, 06:23:36 PM »
Looks like wooCommerce is blaming Comodo and not something with their 8.5.1 update.
https://developer.woo.com/2024/01/16/woocommerce-8-5-1-issues-with-web-application-firewalls-modsecurity/
But since everything was working OK, I would say it is more of a problem with 8.5.1.
They do offer this as a solution also:
"If the above doesn’t work for you, disable the Order Attribution feature to prevent future users from seeing the 403 errors by going to WooCommerce > Settings > Advanced > Features and toggling the Order Attribution feature off."
https://developer.woo.com/2024/01/16/woocommerce-8-5-1-issues-with-web-application-firewalls-modsecurity/
But since everything was working OK, I would say it is more of a problem with 8.5.1.
They do offer this as a solution also:
"If the above doesn’t work for you, disable the Order Attribution feature to prevent future users from seeing the 403 errors by going to WooCommerce > Settings > Advanced > Features and toggling the Order Attribution feature off."
502
Mod_Security / Re: mod_security with Comodo WAF locks out everbody
« on: January 16, 2024, 05:46:31 PM »
I would never recommend disabling Mod_Security.
Most of the attacks against our servers are WordPress attacks.
Has anyone tried cPGuard (use Malware.Expert rule set)with wooCommerce?
Most of the attacks against our servers are WordPress attacks.
Has anyone tried cPGuard (use Malware.Expert rule set)with wooCommerce?
503
CentOS 9 Problems / Re: Any update on a CWP release for CENTOS 9 Delayed Stream?
« on: January 16, 2024, 03:28:56 PM »
Haven't heard anything lately.
AlmaLinux 8.x has an EOL of 2029
AlmaLinux 9.x has an EOL of 2032
By then, there'll probably be an AlmaLinux 10, or even 11.
So I'm wondering if they might be skipping 9, since the EOL of the two are pretty close.
And if you have to make major changes to the code, just to turn around and have to do it over in a couple years might not make sense.
But I'm not a programmer.
Kinda like how ionCube skipped over PHP 8.0
AlmaLinux 8.x has an EOL of 2029
AlmaLinux 9.x has an EOL of 2032
By then, there'll probably be an AlmaLinux 10, or even 11.
So I'm wondering if they might be skipping 9, since the EOL of the two are pretty close.
And if you have to make major changes to the code, just to turn around and have to do it over in a couple years might not make sense.
But I'm not a programmer.
Kinda like how ionCube skipped over PHP 8.0
504
Installation / Re: Cwp paswword problems
« on: January 15, 2024, 07:45:20 PM »
That password to is to access MariaDB via the CLI.
FYI - MySQL isn't installed with CWP.
99% of the time you won't need it, as you can do most everything thru the CWP GUI.
You can change the password, if needed via: /usr/bin/mariadb-admin -u root password 'new-password'
FYI - MySQL isn't installed with CWP.
99% of the time you won't need it, as you can do most everything thru the CWP GUI.
You can change the password, if needed via: /usr/bin/mariadb-admin -u root password 'new-password'
505
Mod_Security / Re: mod_security with Comodo WAF locks out everbody
« on: January 15, 2024, 07:40:55 PM »
That is odd.
We use the Comodo ruleset on all of our servers, and have no reports of any problems.
But have had false positives with OWASP.
We use the Comodo ruleset on all of our servers, and have no reports of any problems.
But have had false positives with OWASP.
506
Mod_Security / Re: mod_security with Comodo WAF locks out everbody
« on: January 13, 2024, 06:29:43 PM »
OWASP has more false positives than Comodo.
507
CentOS-WebPanel GUI / Re: GUI not loading properly... 4gb alma 8 os.
« on: January 12, 2024, 06:06:51 PM »
Yea, that can happen also.
If everything works OK, then you load the SSL on the hostname and it can do that if the rDNS isn't correct.
If everything works OK, then you load the SSL on the hostname and it can do that if the rDNS isn't correct.
508
CentOS-WebPanel GUI / Re: GUI not loading properly... 4gb alma 8 os.
« on: January 12, 2024, 02:22:46 AM »
From that screenshot I can see that was on CentOS 7.
Is this behind a NAT?
Does the user login screen work OK?
Do you have a link, and we could try to see what our browsers see.
Is this behind a NAT?
Does the user login screen work OK?
Do you have a link, and we could try to see what our browsers see.
509
CentOS-WebPanel GUI / Re: GUI not loading properly... 4gb alma 8 os.
« on: January 11, 2024, 03:31:03 PM »
Can you please advise of the following:
What 'errors' and/or 'messages' are being displayed?
VPS or Dedicated?
Public or NAT?
What 'errors' and/or 'messages' are being displayed?
VPS or Dedicated?
Public or NAT?
510
Other / Re: Vps ,what next!!!!!!!
« on: January 10, 2024, 01:50:54 PM »
Make sure the CSF is running.
Use the whitelist and close any ports you won't be using.
Disable PHP Mail, so spammers can't use it.
https://www.alphagnu.com/topic/43-disable-php-mail-function-in-cwp-%E2%80%93-control-webpanel/
And just in general keep the system updated.
Including your PHP version to the latest version.
Any questions or problems, come here to the forum and ask.
Use the whitelist and close any ports you won't be using.
Disable PHP Mail, so spammers can't use it.
https://www.alphagnu.com/topic/43-disable-php-mail-function-in-cwp-%E2%80%93-control-webpanel/
And just in general keep the system updated.
Including your PHP version to the latest version.
Any questions or problems, come here to the forum and ask.