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 ... 10 11 [12] 13 14 ... 89
166
Installation / Re: How to install WordPress Themes and Plugins
« on: November 03, 2021, 09:16:42 AM »
you can install it in multiple ways:
- using script install In the user panel
- manually by uploading WordPress files
- using softaculous

167
Installation / Re: Use as POP3/Imap only
« on: November 03, 2021, 09:14:55 AM »
the best is that you use a support service if you don't want to waste your time on learning and testing
https://control-webpanel.com/support-services


However, all is very simple in cwp and similar to cpanel for configuration

168
Apache / Re: Website blocked after installing mod_rewrite
« on: November 03, 2021, 09:10:51 AM »
why did you install something that is already running by default in cwp ?
you should probably remove your custom changes but carefully as now you can remove even cwp files

169
MySQL / Re: CWP Painel Root - MySQL Error Connection
« on: November 03, 2021, 09:09:00 AM »
first, check if MySQL is running and if it's working ok then only the password is an issue which you can fix by running this command

Code: [Select]
/scripts/mysql_pwd_reset

170
Apache / Re: Error:Can't add notification!
« on: November 03, 2021, 09:01:25 AM »
you need to check the build logs as all info about the installation issue is there

171
you are probably checking some bad location as webserver conf editors read directly all files in folder

172
CentOS 7 Problems / Re: The encoded file /include/cron.php has expired
« on: November 03, 2021, 08:52:49 AM »
if you have centos 7/8

Code: [Select]
chattr -i -R /usr/local/cwpsrv/htdocs
cd /usr/local/cwpsrv/htdocs
wget static.cdn-cwp.com/files/cwp/el7/cwp-el7-0.9.8.1147.zip
unzip -o -q cwp-el7-0.9.8.1147.zip
rm -f cwp-el7-0.9.8.1147.zip
also make sure your automatic updates works as this is caused but not working update

173
Information / Re: Almalinux installation
« on: November 03, 2021, 08:50:30 AM »
try to update it before, what packages do you have missing ?
you should try with centos

174
PHP Selector / Re: Problem when swich from PHP-CGI to PHP-FPM
« on: October 26, 2021, 07:56:54 PM »
there is a solution for everything you just need to check this with someone having experiences like sysadmin or cwp support.

175
PHP Selector / Re: where is php-fpm stored for a domain?
« on: October 26, 2021, 07:52:25 PM »
yes and apache as already said
/usr/local/apache/conf.d/vhosts/

176
Dovecot / Re: Mail accounts management Spinning
« on: October 25, 2021, 08:07:57 AM »
you should contact cwp support since nobody can't debug your server problems without access.

177
PHP Selector / Re: where is php-fpm stored for a domain?
« on: October 25, 2021, 08:01:50 AM »
the easiest is to check webservers vhost conf apache/nginx if nothing is there related to php-fpm then it's php-cgi meaning default from switcher if not custom-defined in the .htaccess

178
MySQL / Re: Cannot create db user
« on: October 25, 2021, 07:56:50 AM »
you tried to contact cwp support ?

179
PHP Selector / Re: Problem when swich from PHP-CGI to PHP-FPM
« on: October 25, 2021, 07:53:31 AM »
with CWPpro you can have all PHP selector and PHP selector fpm's in use at the same time.
fpm can be set per domain using web server domain conf in admin, note that php-fpmXX needs to be started for it to work.

It's also recommended to use monit in cwp admin to handle php-fpm services and keep them alive.

180
E-Mail / Re: Roundcube: Server Error: STATUS: Internal error occurred
« on: October 20, 2021, 04:15:37 PM »
try to fix mail permissions via api
Code: [Select]
/scripts/cwp_api account mail_fix_permissions
more info
http://wiki.centos-webpanel.com/cwp-admin-api

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