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 ... 71 72 [73] 74 75 ... 89
1081
Installation / Re: user php selector need cloud linux?
« on: November 11, 2017, 09:40:37 PM »
yes, for selector you don't need to use cloudlinux.

1082
PHP / Re: hello problem with phpmyadmin...
« on: November 11, 2017, 09:39:55 PM »
you should check the logs and why this issue occurs
http://wiki.centos-webpanel.com/service-log-paths

also this could mean that your server phpmyadmin is under bruteforce attack or you simply have some issue but I would suspect on bruteforce attack since this issue occurs only for phpmyadmin.

you use this command that you don't need to restart your server
sh /scripts/restart_cwpsrv

but you should check the logs before

1083
DNS / Re: for change dns url
« on: November 11, 2017, 09:36:02 PM »
yes you need to edit only dns file in /var/named and reload named after that.

1084
Installation / Re: CWP breaking during installation for Centos 7
« on: November 11, 2017, 09:34:57 PM »
what kind of server you have vps/dedicated and which kernel version + OS version ?

1085
Installation / Re: How to install CentOS Web Panel?
« on: November 11, 2017, 09:32:53 PM »
try checking your server firewall and if that doesn't help then you need to check with your server provider if they have some external security.

1086
CentOS 7 Problems / Re: Server Internal Error 500
« on: November 11, 2017, 09:30:08 PM »
do you have memory issues with that site/script, try some other wp site.

1087
CentOS-WebPanel GUI / Re: Admin Panel wont connect
« on: November 11, 2017, 09:15:40 PM »
try this, it should update cwpsrv to latest version and fix that issue

Code: [Select]
yum clean all
yum update cwpsrv

1088
Updates / Re: Pure-FTP update dies!
« on: November 01, 2017, 10:50:48 PM »
simply run this and restart your pure-ftpd service

Code: [Select]
cat /etc/pki/tls/private/hostname.key > /etc/pki/tls/certs/server-ftp.crt
cat /etc/pki/tls/certs/hostname.crt >> /etc/pki/tls/certs/server-ftp.crt
service pure-ftpd restart

1089
E-Mail / Re: Mail not working after using cloudflare, how I can fix that ?
« on: November 01, 2017, 09:26:31 PM »
for your postfix spf check issue you can see this instructions
http://forum.centos-webpanel.com/spf/policyd-spf-skip_addresses-not-ip-network/

1090
Updates / Re: Pure-FTP update dies!
« on: November 01, 2017, 09:22:20 PM »
you should check your file /etc/pki/tls/certs/server-ftp.crt in it you would have certificate and key which doesn't match and copy content of the certificate/key you are using for your hostname to that file.


1091
CentOS-WebPanel GUI / Re: GUI Login not availalbe anymore
« on: November 01, 2017, 09:16:31 PM »
looks like some error with cwp php, you need to check that in the logs

CWP server logs and server services logs are in this folders

/usr/local/cwpsrv/logs/
/usr/local/cwp/php71/var/log/

http://wiki.centos-webpanel.com/service-log-paths

1092
php 7.x is developers version and you shouldn't install it on productions servers.

1093
Updates / Re: Pure-FTP update dies!
« on: October 31, 2017, 02:56:28 PM »
yes, try checking all logs if restart doesn't show any error.

1094
FTP / Re: TLS problem
« on: October 31, 2017, 02:01:24 PM »
restart command will show you error message so its the place where to start when searching for issue.

if this is certificate related you can try to save your hostname again, it should generate required certificates.

1095
CentOS Configuration / Re: other DNS admin, remote nameservers
« on: October 31, 2017, 01:58:01 PM »
simply point your domain dns records to your new nameservers and poweroff bind on your server.
By using remote nameservers you will need to manually setup all A, MX,  SPF and DKIM records for your domains and subdomains on the remote servers.

Note that dkim needs to be generated on cwp and then you copy dkim TXT records to remote dns servers.

Pages: 1 ... 71 72 [73] 74 75 ... 89