CÀI ĐẶT NHANH CHO CENTOS CONTROL PANEL (CWP 7 )
7 Bước cài đặt nhanh CWP 7:
- hostname: srv.example.com
- yum -y install wget
- yum -y update
- reboot
- cd /usr/local/src
- wget https://centos-webpanel.com/cwp-el7-latest
- sh cwp-el7-latest
XỬ LÝ CÁC LỖI THƯỜNG GẶP TRÊN CWP
1. Restart CWP service
Trước tiên cần kiểm tra xem CWP service có đang hoạt động hay không bằng lệnh:
Centos 6:
service cwpsrv status service cwp-phpfpm status
Centos 7:
systemctl status cwpsrv systemctl status cwp-phpfpm
Để restart cwp service sử dụng hai lệnh sau:
Centos 6:
service cwpsrv restart service cwp-phpfpm restart
Centos 7:
systemctl restart cwpsrv systemctl restart cwp-phpfpm
Bật chkconfig cho CWP service chạy khi khởi động
Centos 6:
chkconfig cwpsrv on chkconfig cwp-phpfpm on
Centos 7:
systemctl enable cwpsrv systemctl enable cwp-phpfpm
2. Lỗi cwpsrv.service failed
Rất có thể có sự cố phân giải chứng chỉ SSL và tên máy chủ
Tạo khóa mới bằng cách
sh /scripts/generate_hostname_ssl
Hoặc nếu lệnh trên không hoạt động
sh /usr/local/cwpsrv/htdocs/resources/scripts/generate_hostname_ssl
Bình luận