Cpanel bản mới 11.50 bị lỗi trên khi mình vào ModSecurity Tools. Fix như thế nào ?
Mình cũng không biết bị gì nhưng fix thì như sau:
modsec sử dụng database modsec luôn. Thông tin kết nối nằm ở /var/cpanel/modsec_db_pass
Nhập password vào file đó và nhập password cho user modsec trên database modsec với password đó. -> refresh lại là hoạt động bình thường, có lẻ mới thay đổi gì đó trong bản cập nhật này.
| grant all privileges on modsec.* to 'modsec'@'localhost' identified by 'password' |
0 Comments