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
depending on your mysql version you need to google this for mysql or mariadb

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

1157
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

1158
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

1159
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 :)

1160
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

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

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

1163
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

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

1165
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


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

1167
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

1168
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

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

1170
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

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