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.
181
E-Mail / Re: [EMERGENCY] Roundcube Internal Error after Update
« on: October 19, 2021, 09:35:17 AM »182
E-Mail / Re: Roundcube Inbox Server Error! (Internal Server Error)
« on: October 19, 2021, 09:34:40 AM »184
PHP / Re: How to lists all domains with used php-fm versions?!
« on: October 15, 2021, 11:51:21 AM »Code: [Select]
grep php-fpm /usr/local/apache/conf.d/vhosts/*
185
SSL / Re: SSL certificate for Account created at Reseller Level not working
« on: October 13, 2021, 07:03:51 PM »
check this redirect example for htaccess
http://forum.centos-webpanel.com/index.php?topic=5374.msg38742#msg38742
http://forum.centos-webpanel.com/index.php?topic=5374.msg38742#msg38742
186
CentOS 7 Problems / Re: Migration destination
« on: October 13, 2021, 07:03:11 PM »
migration is in /home folder as there user home folder is, if you have it on different disk then you can try to symlink it.
187
CentOS-WebPanel Bugs / Re: automatic update of cwp-httpd.x86_64 2.4.48-2 causes Nginx bad gateway error
« on: October 06, 2021, 06:50:13 PM »
rebuild webservers from cwp --> Select WebServers
that should fix any issue with bad config
that should fix any issue with bad config
188
E-Mail / Re: Roundcube: Unable to connect to the database!
« on: October 06, 2021, 06:47:02 PM »
try to run
Code: [Select]
/scripts/mail_roundcube_update
curl -sS 'http://static.cdn-cwp.com/files/mail/mysql.initial.calender.sql'|mysql --defaults-extra-file=/root/.my.cnf roundcube
curl -sS 'http://static.cdn-cwp.com/files/mail/mysql.initial.tasklist.sql'|mysql --defaults-extra-file=/root/.my.cnf roundcube
189
Postfix / Re: After a server restore POSTFIX no longer works
« on: October 06, 2021, 06:43:57 PM »
if you have lost certificates you will probably need to rebuild all certs from the ssl manager...but you should first check postifx/dovecot conf and what is exactly happening there
190
PHP / Re: PHP-FPM stops everyday
« on: October 06, 2021, 06:39:56 PM »
make sure you have cwppro license active as you are using cwppro feature
191
Apache / Re: Vulnerability apache 2.4.49 || (NVD)CVE-2021-41773
« on: October 06, 2021, 06:33:42 PM »
cwp update has downgrade to 2.4.48 so simply run update or wait to get updated.
Code: [Select]
/scripts/update_cwp
192
CentOS-WebPanel Bugs / Re: Server setup, changed a few things now DNS overwrites itself....
« on: October 05, 2021, 08:53:59 PM »
check all zones only does dns resolving and nothing else...so you have probably some other issues with dns.
You should contact cwp support to check it, there are also API functions to rebuild all but this is not recommended as you might have some other issue.
You should contact cwp support to check it, there are also API functions to rebuild all but this is not recommended as you might have some other issue.
193
Dovecot / Re: Failed to restart dovecot.service: Unit not found.
« on: October 05, 2021, 08:50:07 PM »Code: [Select]
yum -y install apr apr-util postfix dovecot dovecot-mysql dovecot-pigeonhole cyrus-sasl-devel cyrus-sasl-sql subversion bind bind-utils bind-libs fileand then rebuild mail server from cwp...but the question is, if something else is also missing on your server
194
SSL / Re: Letsencrypt SSL Certificate issue in Hosted domain names
« on: October 05, 2021, 08:47:51 PM »
if centos 7 then you can update ca-certificates via yum/yum manager
195
SSL / Re: Let's Encrypt DST Root CA X3 expiry Sept 30th 2021
« on: October 03, 2021, 11:22:55 AM »
On centos 7/8
yum update ca-certificates
Note your browser also needs to be updated
yum update ca-certificates
Note your browser also needs to be updated
