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 ... 81 82 [83] 84 85 ... 89
1231
CentOS 7 Problems / Re: PHPMyAdmin giving 502 Bad gateway
« on: September 04, 2017, 09:15:48 AM »
try to reinstall or update this packages
Code: [Select]
yum reinstall cwpsrv
yum reinstall cwpphp

after that restart this services or reboot the server
Code: [Select]
service cwpsrv restart
service cwp-phpfpm restart

1232
CentOS 6 Problems / Re: HTTPD Issues - Will not start
« on: August 29, 2017, 11:03:39 AM »
then run this commands one by one

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

1233
SSL / Re: Getting error when requesting SSL cert
« on: August 29, 2017, 09:17:39 AM »
this can be related with the htaccess in the /home/***/public_html/ folder, you can test that by removing that addon domain and adding it again but into folder like this /home/***/scriptophobia

1234
Information / Re: PHP or Apache disabled functions
« on: August 29, 2017, 09:15:36 AM »
you would need to modify that compatibility check since php running as cgi will not show that info

1235
CentOS 6 Problems / Re: HTTPD Issues - Will not start
« on: August 29, 2017, 09:09:20 AM »
try this command
Code: [Select]
yum reinstall cwp-suphp

1236
you should check mysql logs, location:
/var/lib/mysql/

1237
SSL / Re: Installing SSL breaks httpd
« on: August 28, 2017, 10:25:27 PM »
First you need to check your apache error_log to see the exact issue
Code: [Select]
tail -f /usr/local/apache/logs/error_log
then if you think that issue is with the hostname ssl you can use this command to generate new self signed  certificate.

Code: [Select]
sh /scripts/generate_hostname_ssl

1238
Updates / Re: When new version CWP ?
« on: August 28, 2017, 10:19:25 PM »
that is a top secret as probably something big is coming out :)

1239
SSL / Re: Getting error when requesting SSL cert
« on: August 28, 2017, 10:18:11 PM »
you redirection is not good, so you need to resolve that as you can't open that domain and that means you can't validate ssl then.

1240
Information / Re: I have 2 warning issue in CENTOS PANEL
« on: August 28, 2017, 10:16:40 PM »
HOW TO RESOLVE ???

I would say that the best resolving of this issue would be enabling mod_security and process_hide and then by clicking on the X close messages.

1241
Installation / Re: How to add 2nd IP
« on: August 28, 2017, 10:14:14 PM »
I like to use IP manager in CWP its super easy to add ip with it.

https://IP:2031/admin/index.php?module=ip_manager

1242
CentOS 7 Problems / Re: is there limit on domain length
« on: August 28, 2017, 10:11:23 PM »
You can tail cwp logs from shell console when creating new domain, looks strange how long is this domain ?

tail -f /usr/local/cwpsrv/logs/*log

1243
SSL / Re: Letsencrypt new domain
« on: August 28, 2017, 10:08:36 PM »
if you set redirection to https with .htaccess then only https will work.

1244
Information / Re: Tranbsfer site from one CWP user to another
« on: August 28, 2017, 10:06:43 PM »
the best would be probably to do rsync on files and then create and export/import database.

1245
this are all basic configuration notifications when you install cwp
so you would need to click on each of this buttons and resolve this issues, by reading this notifications all is explained.

http://wiki.centos-webpanel.com/how-to-change-ssh-port

Pages: 1 ... 81 82 [83] 84 85 ... 89