New Home

  • Custom Containers Deployment

    MightyBox PaaS can automatically create custom containers based on any standard Docker image that uses supported OS and is stored at Docker Hub or any other public/private registry. Such containers get all the benefits of the platform (automatic vertical and horizontal scaling, logs, statistics and alerts monitoring, embedded configuration file manager, etc.) while maintaining the original software…

  • How do I resolve 403 errors with Litespeed?

    There are three main causes of 403 errors on your site: Web application firewall First turn WAF off as quick troubleshooting step. If 403 persists, the error is not due to the firewall. If it disappears, turn the firewall back on then follow the steps here to identify and disable the rules that are causing…

  • How do I convert database tables to InnoDB?

    Open PHPMyAdmin, select your database, and choose the “SQL” tab. Then run the following command (replacing INSERT_DB_NAME_HERE with your database name): This will provide you with a list of SQL statements to execute, such as: Copy those statements, hit the “SQL” tab again, and paste/run the queries to update the engine type on the selected tables.