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.


Topics - eiipaw

Pages: [1]
1
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
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]