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 ... 14 15 [16] 17 18 ... 89
226
DNS Manager / Re: Update to support PHP 7.4 or 8.0.x
« on: August 23, 2021, 08:54:33 PM »
probably no as cwp is working on the new dns and clustering manager

227
E-Mail / Re: postfix SNI
« on: August 23, 2021, 08:52:46 PM »
all certs should be set from cwp ssl manager as it make config (including postfix/dovecot) and does auto renew

228
MySQL / Re: apparently does not record in database
« on: August 23, 2021, 08:50:44 PM »
check webserver and php logs, info about log paths is on cwp wiki

229
Information / Re: CWP Notification email
« on: August 23, 2021, 08:20:02 AM »
this is md5sum file check..so you can compare the file with the one in your backup.

example (note: file paths needs to be correct)
Code: [Select]
diff -Bw index.php /backups/index.php

230
CentOS 6 Problems / Re: Mail account creation
« on: August 23, 2021, 08:18:19 AM »
you need to switch to cwp7 (CentOS 7) as CentOS 6 is too old and could have some issues with new advanced functions.

231
to restart cwpsrv if not accessible
sh /scripts/restart_cwpsrv

232
CentOS 7 Problems / Re: No option for undo in file edit
« on: August 23, 2021, 08:14:09 AM »
you can only use backup to restore the file...note this is not an advanced tool for development

233
LiteSpeed / Re: OpenLiteSpeed WebServer for CWPpro users
« on: August 23, 2021, 08:12:45 AM »
you should use nginx/varnish/apache + php-fpm for best performaces.
If you want litespeed then you should use enterprise version which already works with cwp.

234
you need to check what exactly is taking your disk space...you shouldn't move things before knowing what is exactly the issue.

you can check disk space usage by using command like
Code: [Select]
du -hx --max-depth=1 /
du -hx --max-depth=1 /var/log
du -hx --max-depth=1 /var/lib/mysql
....

235
Information / Re: Password Recovery for Admin account
« on: August 23, 2021, 08:07:37 AM »
cwp admin password is the root password...if you don't even have ssh access than you will need to request your server provider to reset the root password

236
rebuild php 8 with newer version than 8.0.1...you should use latest from 8

237
Apache / Re: Apache & nginx Failed
« on: August 23, 2021, 08:03:40 AM »
from cwp install hostname cert...you can do that by simply saving the hostname or by running script
Code: [Select]
sh /scripts/generate_hostname_ssl

238
PHP Selector / Re: PHP Selector v2 problem
« on: July 31, 2021, 09:04:11 PM »
reading the logs will show you the info about issues you have

239
Postfix / Re: Mailbox Usage shown wrong in Admin Panel
« on: July 31, 2021, 09:02:40 PM »
maybe disk quota is full for the user account...you need to check the exact error in the logs.

240
minimal instalation without any additional software is required, meaning

NO:
- mysql
- apache
- other control panel
- mail servers

mostly all providers have that kind of version as basic as all other is per user need.

Pages: 1 ... 14 15 [16] 17 18 ... 89