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 - Netino

Pages: 1 ... 4 5 [6] 7 8 ... 26
76
CentOS 7 Problems / Re: Unlimiterd Package Bug (disk more than 2TB)
« on: December 31, 2021, 03:44:40 AM »
As reported by CWP team, the solutions is just:
Code: [Select]
rm -f /usr/local/cwp/users/suspended/*.bandwidth
/scripts/cwp_api webservers rebuild_all

The first command remove all bandwidth limits from your sites, and the second rebuil all sites configurations of your webservers.

Regards,
Netino

77
Updates / Re: After update today, nginx/1.20.0 error
« on: December 29, 2021, 09:54:48 PM »
there is one more way to resolve it
Code: [Select]
rm -f /usr/local/cwp/users/suspended/*.bandwidth
/scripts/cwp_api webservers rebuild_all

What is this command for?
I observe that it worked for many but I want to know what its function is please

The first command remove all bandwidth limits from your sites, and the second rebuil all sites configurations of your webservers.

Regards,
Netino

78
CentOS-WebPanel Bugs / Re: unsuspend account not works
« on: December 29, 2021, 09:53:10 PM »
To solve, as reported by CWP team today, issue the following commands:
Code: [Select]
rm -f /usr/local/cwp/users/suspended/*.bandwidth
/scripts/cwp_api webservers rebuild_all

The first command remove bandwidth limits from sites, and the second rebuild all sites configurations in your webservers.

Regards,
Netino

79
CentOS-WebPanel Bugs / Re: BUG**ssl renew now renews ALL
« on: December 29, 2021, 09:35:45 PM »
If you have an issue you think is a bug, report it to:
https://bugs.control-webpanel.com/

Obviously, create an account first to access.

Regards,
Netino

80
Apache / Re: Vulnerability apache 2.4.49 || (NVD)CVE-2021-41773
« on: December 29, 2021, 01:07:55 AM »
(...) There is now a newer version of Apache (2.4.52) which fixes the flaw that can lead to remote code execution. Can we manually update apache without breaking CWP Panel?

Yes.
Check this link from Sandeep excelent tutorial:
https://www.mysterydata.com/how-to-enable-tls-1-3-in-apache-on-cwp-control-web-panel-centos-7-centos-8-el7-el8/

Regards,
Netino

81
FTP / Re: Hostname does not match certificate
« on: December 28, 2021, 11:31:23 PM »
Hi.
When connecting via FTP, FileZilla issues a warning "Hostname does not match certificate"
The connection goes to the host domen.com and the certificate is issued for srv.domen.com
Is it possible to make the host and certificate match?

The domain 'srv.domen.com' does not exist.
Is this some other domain you want to hide, or is this the correct domain?

Regards,
Netino

82
CentOS-WebPanel Bugs / Re: DISK FULL: Can't start MySQL!
« on: December 28, 2021, 11:04:05 PM »
You can install 'ncdu' program, (from EPEL repository) it is very simple to use:
Code: [Select]
# yum install ncdu

It builds a resumed list for disk space occupied from current directory.
It is very fast.

(To install first EPEL repository, check: https://www.cyberciti.biz/faq/installing-rhel-epel-repo-on-centos-redhat-7-x/)

Regards,
Netino

83
SSL / Re: SSL issues
« on: December 28, 2021, 10:54:22 PM »
I am trying to renew autoSSL of a particular domain. It says its renewed for 89 days. But browser shows it as expired (Even the online tools).

I tried renewing all domains auto SSL. I get a message "errored"

Please help.

You are trying to renew for all subdomains: mail, webmail, ftp and cpanel.
Make sure that the subdomains are all created and existante in DNS configuration.
When some subdomain is not configured in DNS, the CWP panel results in an error like this.

Regards,
Netino


84
Postfix / Re: Mail server problems
« on: December 28, 2021, 09:30:54 PM »
>:( Recently I've noticed when I check my email in Outlook, and I have 7 accounts setup on the mail server, it gives an error not connecting. Then when I login to CWP and reboot both Postfix Mail Server and Dovecot IMAP/POP3 Servers and try to check email again, it works fine.

Are you saying you access your accounts via OutLook?
Try to check if your TLS setup is not misconfigured. It's is a very common problem.
Check your logs.

Quote
Has anyone else seen this problem checking email lately? And is there a code fix for this?

Yes, I already saw, many times.

Regards,
Netino

85
CentOS-WebPanel GUI / Re: *Security token failed* message at login
« on: December 16, 2021, 11:49:17 PM »
Seems your server was configured to login with a security token.
You must check /var/log/messages file, or dmesg command to search for details.

Regards,
Netino

86
E-Mail / Re: How to Rebuild Postfix Mail Server
« on: December 16, 2021, 11:45:49 PM »
Seems you have a problem in yum or RPM database.

Try:
https://www.tecmint.com/rebuild-corrupted-rpm-database-in-centos/

Regards,
Netino

87
Yes, it is installed in panel, "Security" >> "Security Center".
It is simply installed choosing "Basic", "Intermediate" or "Advanced" levels.
Simply by clicking on "install" and that's it.

You must have login on the panel to see that.

(While reading your post, I installed in two servers, it is just very simple)

Regards,
Netino

88
CSF Firewall / Re: Spamhaus in CSF Firewall
« on: December 16, 2021, 09:41:08 PM »
Thanks
One thing, yesterday I try block specific countries on CSF Firewall, but after that my websites are very slow
I have one website with A score on Gtmetrix, and now have F score
Any idea?

To block countries, you must use the "Country Code Lists and Settings" section of '/etc/csf/csf.conf'.
There you must choose the database that will be used to find the countries for each IP address, MaxMind or db-ip, ipdeny, iptoasn.

Keep in mind that searching for the country of each IP address has a cost on the overall performance of the system too.
Each connection to your server must be searched by the country code.
Read that section to get informed.

89
E-Mail / Re: smtpauth not working for me.
« on: December 16, 2021, 12:53:03 AM »
The same logic is too valid for dovecot.
Check if you have the following, at the end of the file '/etc/dovecot/dovecot.conf':
Code: [Select]
!include_try /etc/dovecot/sni.conf
...and check the content of the file '/etc/dovecot/sni.conf' for your ssl domains.

90
CentOS 7 Problems / Re: log4j security issue
« on: December 15, 2021, 10:38:53 PM »
The best article I could find about it was this:
https://www.infoworld.com/article/3644492/how-to-detect-the-log4j-vulnerability-in-your-applications.html

You can check your server with 'syft':
https://github.com/anchore/syft

If there is any java jar class on your server, it should be checked with 'grype':
https://github.com/anchore/grype

Regards,
Netino

Pages: 1 ... 4 5 [6] 7 8 ... 26