Issue
Enabling X-Ray for End-Users renders the hosting panel to be unavailable on an infinite loop.
Environment
- CloudLinux
- X-Ray
- MySQL Governor
- cPanel
- Plesk
- DirectAdmin
Solution
- Rename the current mysql-governor.xml file in the /etc/container/ to mysql-governor.xml.backup:
mv /etc/container/mysql-governor.xml /etc/container/mysql-governor.xml.backup
- Reinstall MySQL Governor with the following command:
yum reinstall governor-mysql
Cause
The CloudLinux panel loads the MySQL Governor configuration from the file located in /etc/container/mysql-governor.xml, if it fails to parse and validate the XML file due to its corruption/missing information, the X-Ray options won't be working properly, causing infinite loops.
Comments
0 comments
Please sign in to leave a comment.