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 ... 76 77 [78] 79 80 ... 89
1156
Installation / Re: cannot access panel
« on: September 21, 2017, 01:09:11 PM »
maybe your provider is blocking the custom ports so you need to contact them.

1157
FTP / Re: webftp_simple
« on: September 21, 2017, 01:07:34 PM »
are you sure that you have any files in that folder?
/usr/local/cwpsrv/htdocs/admin/webftp_simple/

1158
PHP / Re: CWP Centos 7 - Zeromq installation?!
« on: September 21, 2017, 01:04:50 PM »
you need to test it since this isn't something that is installed by default with servers.

1159
depending on your mysql version you need to google this for mysql or mariadb

check mysql version
Code: [Select]
mysql --version

1160
Installation / Re: I cannot access panel after installation
« on: September 21, 2017, 12:57:30 PM »
try checking that your ports are open on the firewall and that the service is running on that port

this command will show you if the service is running named as cwpsrv
Code: [Select]
netstat -tulpn|grep 203

1161
try checking your cwp version
Code: [Select]
cat /usr/local/cwpsrv/htdocs/resources/admin/include/version.php
and running upgrade
Code: [Select]
sh /scripts/update_cwp
if that fails you will need to contact cwp support to check the files

1162
Information / Re: Multiple IPs to one account
« on: September 21, 2017, 12:43:11 PM »
unfortunately this isn't possible without custom changes which are NOT recommended as future upgrades could  break it again.

Also its recommended to have each domain separated on the different account so you can better limit it and have a better security in case if something goes wrong with one domain :)

1163
Installation / Re: permanently redirect to https
« on: September 21, 2017, 12:36:40 PM »
yes but you need to use nginx rules for ports 2030,2031,2082,2083,2086,2087,2095,2096

1164
CentOS-WebPanel GUI / Re: disable notifications / alerts
« on: September 21, 2017, 12:34:46 PM »
don't know about ssh port alert but mod_security is compatible with almost any site...and you can simply whitelist the rules causing you an issue and add custom rules if needed.

1165
E-Mail / Re: Having trouble with emails
« on: September 21, 2017, 12:30:06 PM »
the best would be that you contact the support since this issue should be checked by sysadmin with experience.

1166
CentOS-WebPanel Bugs / Re: PHP not working
« on: September 21, 2017, 12:28:37 PM »
this should help if you have the latest version of cwp

Code: [Select]
yum reinstall cwp-httpd
yum reinstall cwp-suphp
yum reinstall cwp-php

then restart httpd
Code: [Select]
service httpd restart

1167
you probably have multiple messages there which you need to delete.
try clicking and reloading site few times until this messages are gone, you will notice that the message id is changed on each reload.

1168
yes 100%

cwpsvc is a process that is used for cwp services like for example roundcube and phpmyadmin, if you have high activity there then you should check if maybe you have some brute force attack there.

you can check cwp logs for that
http://wiki.centos-webpanel.com/service-log-paths


1169
Installation / Re: WEB ADMIN PANEL NOT OPENING
« on: September 21, 2017, 12:19:30 PM »
since the port 2030 is a custom port it's probably closed by your server provider and you need to check that with them.

1170
Updates / Re: Apache 2.4.27 option missing in Apache Builder (compiler)
« on: September 21, 2017, 12:17:54 PM »
why you need to recompile it, something custom or ?

to rebuild existing version try to use this command
Code: [Select]
yum reinstall cwp-httpd

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