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.
Pages: [1]
1
Apache / Re: After rebooting server can't access CWP
« on: June 20, 2017, 12:19:38 PM »
SOLUTION (My post on that link)
AutoSSL is the problem,reinstall cwp(you don't have to reinstall new OS)
http://forum.centos-webpanel.com/ssl/auto-install-letsencrypt-broke-everything!!/
AutoSSL is the problem,reinstall cwp(you don't have to reinstall new OS)
http://forum.centos-webpanel.com/ssl/auto-install-letsencrypt-broke-everything!!/
2
SSL / Re: Auto install Letsencrypt broke everything!!
« on: June 20, 2017, 12:16:33 PM »
SOLUTION FOR ME
1.Reinstalled CWP on top of the existing one
(All your files for domain will be preserved,only CWP will reinstall)
(using root)
reboot after
2.Apache Settings -> SSL Cert Manager
Delete every ssl that you have available(listed down)
3.Reboot system (should be able to login to CWP after that)
OPTIONAL FOR SSL
4.Apache Settings -> LetsEncrypt Manager
Make sure that port 443 is available for listen (find a tutorial)
Click Install LetsEncrypt
Fill out Install Letsencrypt for Account/Main Domain
Click Install
Reboot
That should be it
1.Reinstalled CWP on top of the existing one
(All your files for domain will be preserved,only CWP will reinstall)
(using root)
Code: [Select]
cd /usr/local/src
wget http://centos-webpanel.com/cwp-el7-latest
sh cwp-el7-latest
reboot after
2.Apache Settings -> SSL Cert Manager
Delete every ssl that you have available(listed down)
3.Reboot system (should be able to login to CWP after that)
OPTIONAL FOR SSL
4.Apache Settings -> LetsEncrypt Manager
Make sure that port 443 is available for listen (find a tutorial)
Click Install LetsEncrypt
Fill out Install Letsencrypt for Account/Main Domain
Click Install
Reboot
That should be it
3
SSL / Re: Auto install Letsencrypt broke everything!!
« on: June 19, 2017, 06:59:29 PM »
I can't access CWP with port 2030 but I can access my website.
I don't know how to rebuild apache and vhosts from SSH
I can't start cwpsrv.service
I don't know how to rebuild apache and vhosts from SSH
I can't start cwpsrv.service
4
Apache / After rebooting server can't access CWP
« on: June 18, 2017, 04:47:16 PM »
I'm using CentOS 7
I installed php 7.1.5,AutoSSL and Composer and everything was fine and then I restarted server and now I can't acces login page for CWP
after running
I installed php 7.1.5,AutoSSL and Composer and everything was fine and then I restarted server and now I can't acces login page for CWP
after running
Code: [Select]
systemctl status cwpsrv.service -l
I get Code: [Select]
● cwpsrv.service - CentOS Web Panel service (daemon)
Loaded: loaded (/usr/lib/systemd/system/cwpsrv.service; enabled; vendor preset: disabled)
Active: activating (auto-restart) (Result: exit-code) since Sun 2017-06-18 19:46:04 EEST; 2s ago
Process: 3868 ExecStartPre=/usr/local/cwpsrv/bin/cwpsrv -t (code=exited, status=1/FAILURE)
Jun 18 19:46:04 a.com systemd[1]: cwpsrv.service: control process exited, code=exited status=1
Jun 18 19:46:04 a.com systemd[1]: Failed to start CentOS Web Panel service (daemon).
Jun 18 19:46:04 a.com systemd[1]: Unit cwpsrv.service entered failed state.
Jun 18 19:46:04 a.com systemd[1]: cwpsrv.service failed.
[root@a~]#
Pages: [1]