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.
91
CentOS-WebPanel GUI / Re: I install CentOsEb panel in hostname panel.mydomain.com how to use mydomain.com?
« on: July 20, 2019, 08:32:19 PM »
domain needs to added to added by going to CWP.Admin -> user accounts -> Add new account
If you are seeing ERR_SSL_PROTOCOL_ERROR, then check for .htaccess file in docroot, a redirect to https might be causing the issue.
you can also install SSL by using the AutoSSL by going to CWP.Admin -> Webserver settings -> SSL certificates -> AutoSSL
If you are seeing ERR_SSL_PROTOCOL_ERROR, then check for .htaccess file in docroot, a redirect to https might be causing the issue.
you can also install SSL by using the AutoSSL by going to CWP.Admin -> Webserver settings -> SSL certificates -> AutoSSL
92
CentOS 7 Problems / Re: I get up in the morning site does not show up
« on: July 20, 2019, 08:28:18 PM »
this could be a multiplicity of factors:
1. check if DNS is working - use leafdns to check if records are ok
2. check CWP dashboard if any webserver is not started - apache,nginx
1. check if DNS is working - use leafdns to check if records are ok
2. check CWP dashboard if any webserver is not started - apache,nginx
93
SSL / Re: SSL Partially working
« on: July 20, 2019, 08:25:26 PM »
Did you use the AutoSSL module.
CWP.Admin -> webserver settings -> AutoSSL
with xxx.domain.xxx:2031, you need to use the change hostname module - CWP.Admin -> server settings -> change hostname -> enter hostname and click change hostname
CWP.Admin -> webserver settings -> AutoSSL
with xxx.domain.xxx:2031, you need to use the change hostname module - CWP.Admin -> server settings -> change hostname -> enter hostname and click change hostname
94
CentOS-WebPanel GUI / Re: update PHP version cant access CWP
« on: July 19, 2019, 08:29:11 PM »
Can you be please be a bit clear.
when you update php, you cant access CWP?
when you update php, you cant access CWP?
95
CentOS-WebPanel Bugs / Re: backup dates show May not july
« on: July 14, 2019, 09:39:58 PM »
backup is incremental and so if there are no changes, then the last date of modification is shown
97
DNS / Re: Adding an rDNS/PTR record to a non-VPS server
« on: July 10, 2019, 08:41:26 PM »
This must be set by your IP provider
98
DNS / Re: DNS zone in user panel??
« on: July 10, 2019, 08:34:38 PM »
Record name can be @ or the domain name
Then the cache should be 14400, priority is 5 then mail server hostname is the FQDN of the server e.g server.example.com
Then the cache should be 14400, priority is 5 then mail server hostname is the FQDN of the server e.g server.example.com
99
Apache / Re: apache
« on: July 10, 2019, 08:31:36 PM »
Please run the command sh /scripts/update_cwp
101
SSL / Re: question about ssl
« on: July 07, 2019, 10:58:01 PM »
Create an .htaccess file in your docRoot and add the following:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^yoursite.com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.yoursite.com [NC]
RewriteRule ^(.*)$ https://www.yoursite.com/$1 [L,R=301,NC]
But please Change every instance of yoursite.com to your WordPress URL
RewriteEngine on
RewriteCond %{HTTP_HOST} ^yoursite.com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.yoursite.com [NC]
RewriteRule ^(.*)$ https://www.yoursite.com/$1 [L,R=301,NC]
But please Change every instance of yoursite.com to your WordPress URL
102
Other / Re: Paypal Invoice Template...
« on: July 04, 2019, 11:21:20 PM »
Please contact the billing department for more information on this
103
Installation / Re: create new CWP accounts on new disk /home2 - /home is full
« on: July 04, 2019, 11:19:49 PM »
user account are created on /home.
I will advise you add the new disk to /home partition to extend it
I will advise you add the new disk to /home partition to extend it
104
PHP Selector / Re: PHP-FPM Not Working (503 Service Unavailable)
« on: July 04, 2019, 11:17:58 PM »
Is CWPpro running?
Please check the logs of your website from /usr/local/apache/domlogs/
Please check the logs of your website from /usr/local/apache/domlogs/
105
CentOS-WebPanel Bugs / Re: Redirect to ssl in webpanel & phpmyadmin
« on: July 03, 2019, 09:42:39 PM »
SSL is being forced because of security