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 ... 7 8 [9] 10 11 ... 29
121
CentOS-WebPanel Bugs / Re: Error in Conf files after update!
« on: December 31, 2021, 04:20:46 AM »
New update has arrived.

but my Varnish default.vcl file is back to original.

The files under /opt/alt/php-fpm74/usr/etc/php-fpm.d/users/ became the default.

Files in nginx/vhost return default.

Are we going to deal with these in every update? Is there any way to prevent this?

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.

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

122
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.

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

123
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

124
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


125
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

126
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:
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

127
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.

128
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

129
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

130
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

131
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

132
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

133
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

134
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

135
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


Pages: 1 ... 7 8 [9] 10 11 ... 29