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 ... 79 80 [81] 82 83 ... 89
1201
or rebuild vhosts and if you still have issues just reboot it, this is for users not knowing how check if the server services are stuck.

1202
DNS / Re: Amzon EC 2 Nameserver Setup
« on: September 11, 2017, 12:33:23 PM »
the best would be that you do a dns test, this will give you more info
http://leafdns.com/

1203
How to / Re: how to get password login Centos cpanel?
« on: September 11, 2017, 12:30:17 PM »
if you use ssh and you have root access then this is the same login you need to use for cwp

so for username you should use "root" and for password your root password, if you forgot your password and you have access to the server then you can set it by using command "passwd" from shell as root user.

1204
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: September 11, 2017, 12:27:52 PM »
the best would be to run upgrade scripts and if they fail to check them manually and see what exactly failed on your server.
Don't forget that you need to have apache only webserver when running upgrade.

1205
PHP / Re: PHP-FPM Integration
« on: September 11, 2017, 12:08:21 PM »
I have a question, why did you used different version of php for testing and have you configured varnish for your site before ?

1206
Installation / Re: Unable to install CWP on Cent OS 7
« on: September 11, 2017, 12:06:47 PM »
If you have dns resolvers added in the /etc/resolv.con then you need to test them to be working before running any installer script

You can use ping for simple dns testing
Code: [Select]
ping google.com
Maybe your server has some kind of firewall and you don't have access to the google dns servers 8.8.8.8 and 8.8.4.4 so you need to ask your provider to unblock it, dns servers are using port 53 TCP/UDP.

Here is the simple google dns test, you should get the ip listed bellow
Code: [Select]
dig a centos-webpanel.com @8.8.8.8 +short
37.187.72.216
For dig command its required to have installed bind-utils
Code: [Select]
yum -y install bind-utils

1207
Backup / Re: problem with backup
« on: September 11, 2017, 12:00:49 PM »
for start check in the /backups folder if all backups there and if something is missing then try to test mysqldump manually...you have instructions on the wiki.

For clam issue check that you have mail server rebuild-ed with antispam protection in cwp.

For those who are not receiving cron emails you should check your root mail forwarding
CWP Settings --> Edit Settings

IP:2030/admin/index.php?module=settings

1208
E-Mail / Re: Connection to IMAP server failed
« on: September 11, 2017, 11:55:30 AM »
check if dovecot works
Code: [Select]
service dovecot status
to start it use
Code: [Select]
service dovecot restart
also be sure that you are using cwp webmail which is roundcube.

1209
CentOS 7 Problems / Re: Cannot Access CWP URL | IP Address:2030
« on: September 11, 2017, 11:53:10 AM »
you will need to contact support since your version has expired and its over half year old and they need to check your system and do manual update.

1210
New Modules / Re: [module] Speedtest your server in 30 seconds
« on: September 06, 2017, 08:02:15 AM »
What a shame. People spend time making modules to share and then files get encrypted and end users cannot use. As a new user (pro) makes me think twice about creating modules...

how would you files got encrypted that is not possible???? since encryption can be done only by software developer so any custom script you have can't be encrypted in any way.

1211
Installation / Re: cannot access panel
« on: September 06, 2017, 07:59:08 AM »
you would need to do that by checking upgrade scripts and once you know what they are doing then you will also know what to do...as I said that is not for beginners.

1212
CentOS 7 Problems / Re: kindly help me on nginx for centos 7
« on: September 06, 2017, 07:57:17 AM »
currently apache must be used for php sites, I know that nginx/php-fpm intergration is planed to be added soon but this will probably need to wait for the new cwp release.

1213
all except 5050 and 7777 are cwp standard ports so you need to check only that two.


1214
Updates / Re: the ionCube PHP Loader needs to be installed
« on: September 06, 2017, 07:53:13 AM »
sent to cwp staff to update this old instructions

check it now
http://wiki.centos-webpanel.com/no-loader-is-installed-please-contact-support

1215
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: September 06, 2017, 07:43:31 AM »
this is too short log info to know any details but you can send what exactly doesn't work now.

Pages: 1 ... 79 80 [81] 82 83 ... 89