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.
76
CentOS-WebPanel Bugs / Re: After update or script update, my conf files of vhosts al revert to default
« on: December 31, 2021, 04:15:41 AM »
As reported by CWP team, the solutions is just:
NOTE: if you customize your webserver configuration, you *must* customize too the webserver templates in "/usr/local/cwpsrv/htdocs/resources/conf/web_servers/", otherwise, they will always be overwritten when CWP is updated.
(check there your webservers files used)
The templates are *always* overwritten when CWP is updated too. So, you *must* to create additional files in that directories, instead to change it.
One way to avoid this customization above (in webserver templates) is to create your custom files directly in 'conf.d' diretories of your webservers, avoiding to change the system config webserver files.
Regards,
Netino
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.NOTE: if you customize your webserver configuration, you *must* customize too the webserver templates in "/usr/local/cwpsrv/htdocs/resources/conf/web_servers/", otherwise, they will always be overwritten when CWP is updated.
(check there your webservers files used)
The templates are *always* overwritten when CWP is updated too. So, you *must* to create additional files in that directories, instead to change it.
One way to avoid this customization above (in webserver templates) is to create your custom files directly in 'conf.d' diretories of your webservers, avoiding to change the system config webserver files.
Regards,
Netino
77
CentOS-WebPanel Bugs / Re: All vconf files restored to default, also webserver conf
« on: December 31, 2021, 04:04:26 AM »
As reported by CWP team, the solutions is just:
The first command remove all bandwidth limits from your sites, and the second rebuil all sites configurations of your webservers.
Regards,
Netino
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
78
CentOS-WebPanel Bugs / Re: BUG**ssl renew now renews ALL
« on: December 31, 2021, 04:01:20 AM »I have the same problem, one month ago, expire my auto SSL, automatic, has renew my SSL domain, but not admin services (like mail...).
My solution, delete the SSL of the domain and recreate again with select the SAN thats I need.
Yes, it works too.
Another way is to just add the missing DNS records for that domains.
The missing domains you can check too with the following command, since the last restart of your Apache server (if using Apache server):
Code: [Select]
# grep AH01909 /usr/local/apache/logs/error_log
79
Updates / Re: New update broke http conf files and php fpm
« on: December 31, 2021, 03:55:11 AM »(...)
i can't update cwp pro due to problem.
[root@******~]# /scripts/update_cwp
Could not open input file: /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php
not working.
Try first the following command, to update Ioncube loader:
Code: [Select]
# /scripts/update_ioncube
After that, try the command:
Code: [Select]
/scripts/update_cwp
80
Updates / Re: New update broke http conf files and php fpm
« on: December 31, 2021, 03:52:29 AM »
As reported by CWP team, the solutions is just:
The first command remove all bandwidth limits from your sites, and the second rebuil all sites configurations of your webservers.
Regards,
Netino
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
81
Updates / Re: After update today, nginx/1.20.0 error
« on: December 31, 2021, 03:46:45 AM »For the last 2 nights/mornings I woke up to see all our vhosts overwritten and none of our sites working. On one server, we only have one site on it. I would never think it would have to do with bandwidth issues but should I go ahead and try the fix above and see what happens?
Yes.
This is being reported by CWP team, and the users in this forum, as the solution.
82
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:
The first command remove all bandwidth limits from your sites, and the second rebuil all sites configurations of your webservers.
Regards,
Netino
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
83
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 itCode: [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
84
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:
The first command remove bandwidth limits from sites, and the second rebuild all sites configurations in your webservers.
Regards,
Netino
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
85
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
https://bugs.control-webpanel.com/
Obviously, create an account first to access.
Regards,
Netino
86
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
87
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
88
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:
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
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
89
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
90
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