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

1202
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 ?

1203
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

1204
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

1205
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.

1206
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.

1207
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.

1208
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.

1209
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.

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


1211
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.

1212
CentOS 7 Problems / Re: Server Internal Error 500
« on: September 06, 2017, 07:41:28 AM »
exact error message would help as this could be php.ini related and in that cause you would need to increase memory limit in the php.ini file.

1213
you need to find log file in that folder, usually its called the same as your hostname with .err extension

1214
Installation / Re: cannot access panel
« on: September 06, 2017, 07:38:36 AM »
looks like you have too old version then which was not upgraded for a long time and you would need to do this manually.
I wouldn't recommend that you do this by yourself if you are not an experienced linux admin and the best would be that you contact cwp support.

1215
Installation / Re: cannot access panel
« on: September 05, 2017, 11:08:09 AM »
I have same problem, i use 0.9.8.188
I tried restart service, reinstall cwp, but not working please help

for start update your cwp since ver 188 is old
sh /scripts/update_cwp

then you should check if your port is listed there
if yes that could mean yo ur server provider has the port closed or your internet provider.

Also you can clean your iptables list to be sure that this issue is not a server system firewall related.
Code: [Select]
csf -x
iptables -F
service iptables save

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