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

Pages: 1 ... 11 12 [13] 14 15 ... 89
181
E-Mail / Re: [EMERGENCY] Roundcube Internal Error after Update
« on: October 19, 2021, 09:35:17 AM »
cwp fix
Code: [Select]
/scripts/update_cwp
/scripts/mail_roundcube_update

182
E-Mail / Re: Roundcube Inbox Server Error! (Internal Server Error)
« on: October 19, 2021, 09:34:40 AM »
cwp fix
Code: [Select]
/scripts/update_cwp
/scripts/mail_roundcube_update

183
E-Mail / Re: Roundcube1.5.x Internal Server Error - FIX
« on: October 19, 2021, 09:33:25 AM »
cwp fix
Code: [Select]
/scripts/update_cwp
/scripts/mail_roundcube_update

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/*

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
rebuild webservers from cwp --> Select WebServers
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
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.


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 file
and 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

Pages: 1 ... 11 12 [13] 14 15 ... 89