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 - mayar

Pages: [1]
1
same here

2
CentOS-WebPanel GUI / Re: Default theme and language for user panel
« on: March 28, 2019, 07:18:05 AM »
Hello,

Did you find a solution for the same?


3
Information / Re: Customization of Panel Logo and User Login Logo
« on: March 28, 2019, 07:15:38 AM »
Hello,

Tried the same but not able to set the new theme as default, still it's loading the original theme.
Any advice?

Thanks,
Sherwali

4
Installation / Re: Cannot connect to CWP panel-Connection refused
« on: January 31, 2019, 07:33:39 AM »
hostname ssl cert can be reason for not starting cwp, you can try .
(run as root)
Try to run:

Code: [Select]
sh /usr/local/cwpsrv/htdocs/resources/scripts/generate_hostname_sslThen:

Code: [Select]
sh /usr/local/cwpsrv/htdocs/resources/scripts/restart_cwpsrvIf won't work after that, check if /etc/pki/tls/certs/hostname.crt  exist (it should be symbolic link linked to hostname sub.domain.tld.crt  located in the same ...certs/ directory).

5
hostname ssl cert can be reason for not starting cwp, you can try .
(run as root)
Try to run:
Code: [Select]
sh /usr/local/cwpsrv/htdocs/resources/scripts/generate_hostname_ssl
Then:
Code: [Select]
sh /usr/local/cwpsrv/htdocs/resources/scripts/restart_cwpsrv
If won't work after that, check if /etc/pki/tls/certs/hostname.crt  exist (it should be symbolic link linked to hostname sub.domain.tld.crt  located in the same ...certs/ directory).

Pages: [1]