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 ... 77 78 [79] 80 81 ... 89
1171
Installation / Re: Sever reboot and can't reach the sever IP anymore.
« on: September 21, 2017, 12:14:46 PM »
try checking with your server provider if the server is online also try checking if the ping and ssh connection works before

1172
Nginx / Re: running nginx w/o apache
« on: September 21, 2017, 12:12:22 PM »
currently you can run nginx as proxy only...but you could install nginx and php-fpm but that requires custom configuration and knowledge from your side.

1173
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: September 21, 2017, 12:11:01 PM »
be sure that you have followed instructions and this part :

If something goes wrong with you apache try also this command
Code: [Select]
yum reinstall cwp-httpd cwp-suphp

1174
CentOS 7 Problems / Re: user account suspended after create fresh user
« on: September 21, 2017, 12:09:39 PM »
try checking what that user has in the file /etc/shadow

grep USERNAME /etc/shadow


if username starts looks like this then this account is suspended
Code: [Select]
USERNAME:!
if it starts like this then it should be ok
Code: [Select]
USERNAME:$
note only difference is ! and $ after USERNAME:

1175
E-Mail / Re: How to set up Thunderbird to read roundcubes created emails?
« on: September 21, 2017, 12:04:12 PM »
rounducbe and thunderbird are using the same imap server dovecot (if you use imap) so this means that you need to use imap on the Thunderbird to have the same data synced with webmail :)

if you use pop3 then you have a difference

1176
that is all ok, add it to csf process ignore list
/etc/csf/csf.pignore

as
exe:/usr/local/cwp/php71/sbin/php-fpm

1177
E-Mail / Re: Having trouble with emails
« on: September 15, 2017, 01:21:49 PM »
what mysql version do you have and have you made any custom modifications to cwp or server services ?

also check that all files are folder have the correct owner
Code: [Select]
chown -R vmail.mail /var/vmail

1178
CentOS-WebPanel GUI / Re: I can not start nginx
« on: September 15, 2017, 01:17:48 PM »
stop apache and nginx in cwp and then kill all process if any left...you need to search for nginx and httpd processes

after that try to rebuild your vhosts from WebHost configuration menu and then check if all works

1179
Installation / Re: getting "502 bad gateway" for CWP admin panel
« on: September 15, 2017, 01:14:36 PM »
try this
sh /scripts/restart_cwpsrv

1180
CentOS 7 Problems / Re: Cannot Access CWP URL | IP Address:2030
« on: September 15, 2017, 01:13:25 PM »
check your cron files there should be configuration for automatic updates
file /etc/cron.daily/cwp

1181
CentOS-WebPanel Bugs / Re: PHP not working
« on: September 15, 2017, 01:12:18 PM »
if this is only phpinfo error then you can add this script to any account/domain and open it in your browser
Code: [Select]
<?php phpinfo();?>

1182
Installation / Re: Customize CP
« on: September 15, 2017, 01:10:39 PM »
new user panel has that option, it should be released soon
https://youtu.be/p3C3fi7_Z84

1183
Installation / Re: Disk Usage?
« on: September 15, 2017, 01:08:42 PM »
try checking logs, run this as root
Code: [Select]
sh /scripts/disk_check

1184
SSL / Re: vhost template - SSL cert Manager
« on: September 15, 2017, 01:07:38 PM »
currently that is integrated so you can't change it...but since cwp is under big rebuild it should probably have also added

1185
Information / Re: CWP as internal server in local network.
« on: September 13, 2017, 01:18:24 PM »
you don't need to setup nameservers if you don't want to use CWP as your private nameservers.

All related with your domain in the private network depends on your local resolver so you need to check your local dns resolvers and there configure records for .local domain

If you have DSL modem then you probably need to create dns records there

Pages: 1 ... 77 78 [79] 80 81 ... 89