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 ... 60 61 [62] 63 64 ... 89
916
MySQL / Re: Mysqltuner Doesn't accept my root and password
« on: July 19, 2018, 09:08:23 PM »
then your script has some issue if the root password works fine.
Anyway cwp has this script integrated so you can use it from cwp.admin mysql manager there is  "Security & Optimization Check" link

917
how did you set redirection from http to https ?

918
E-Mail / Re: outlook unknown certificate and php_network_getaddresses
« on: July 19, 2018, 06:04:26 PM »
the first issue is related to hostname certificate so you need to install some valid certificate.
By default in cwp if you have a working A record set for your hostname when saving hostname CWP will automatically install free autossl.

for other issues in php try to check your application and requirements for it

919
MySQL / Re: Mysqltuner Doesn't accept my root and password
« on: July 19, 2018, 06:00:25 PM »
you can check mysql password in this file: /root/.my.cnf
Code: [Select]
cat /root/.my.cnf

920
CentOS 6 Problems / Re: Refused Connection Google Cloud Please Help
« on: July 19, 2018, 05:58:43 PM »
google  cloud probably has limitations and locked ports and it's also known to not allow outgoing emails so it's not recommended if you plan to send emails from your server

https://cloud.google.com/compute/docs/tutorials/sending-mail/

921
you should report it here as then it would be resolved for sure
centos-webpanel.com/contact

922
Postfix / Re: Emails on Hostname send but not receive ...
« on: July 19, 2018, 05:53:18 PM »
be sure that hostname isn't set to the domain name as it needs to be set as subdomain.

example
srv1.domain.com

923
Nginx / Re: NGINX and SSL issue
« on: July 19, 2018, 07:17:01 AM »
looks like IP address is missing for your account/domain as you get "null:443" try to check if ip is correctly set for that account.
If you still face the issue the best would be to contact cwp support team to check it
http://centos-webpanel.com/contact

924
E-Mail / Re: Mail routing for main domain
« on: July 18, 2018, 10:46:22 PM »
then probably there is no any existing email account for that domains, you should try to check this with your system admin as you would need to check postfix logs to trace where and why emails go.


From shell start tail on the log file by using this command
tail -f /var/log/maillog

925
CentOS-WebPanel Bugs / Re: Php errros in CWP panel
« on: July 18, 2018, 10:40:46 PM »
try to check info about the error

service named status

if the is no error info then you can check for bind error in the /var/log/messages file

example
Code: [Select]
service named restart
tail -n 200 /var/log/messages

926
CentOS-WebPanel Bugs / Re: Php errros in CWP panel
« on: July 18, 2018, 12:57:28 PM »
your serial is too long, it can be only 10 characters long
your is
20170922110026 ; serial

927
you  need to check that A record for your subdomain is valid and working and also that you don't have htaccess blocking txt files or forced https redirect

928
special characters for the password you can only set from the command line.

929
E-Mail / Re: Mail routing for main domain
« on: July 18, 2018, 12:51:42 PM »
mail routing in cwp.admin doesn't work for you ?

IP:2030/admin/index.php?module=mx_routing

930
SSL / Re: Disable Insecure TLS
« on: July 18, 2018, 12:50:19 PM »
all depends on the webservers which you use, if you use nginx then you can edit nginx template and for apache apache conf.

Pages: 1 ... 60 61 [62] 63 64 ... 89