How to install Engintron on Cpanel Server

Engintron is a Cpanel plugin that allows you to use the Nginx web server as a reverse proxy in front

How to find MySQL root password in Webuzo

Webuzo Hosting control panel stores MySQL root password in the file /var/webuzo/my.conf To find MySQL root password on Webuzo server,

KVS

KVS

How to enable SSL in KVS? Edit file admin/include/setup.php, Find variable name $config[‘project_url’], this will have your website URL. Replace

Install PHP APC Cache on CentOS 7 using yum

To install APC cache on CentOS 7, run After that, you need to restart the Apache webserver. in phpinfo() page,

Proxmox LXC container docker not working

On a Proxmox server, LXC container failed to run docker. When I start a docker container, I get the following

Apache web server

Apache 413 Request Entity Too Large

On a CentOS server, when uploading a 100 MB video file in WordPress media manager, I got the following error

Migrate physical server to LXD container

lxd-p2c is developed by LXD team to migrate physical servers into LXD containers. https://github.com/lxc/lxd/tree/master/lxd-p2c Static binary files are available in

Nginx Redirect HTTP to HTTPS

To force SSL (HTTPS) on a website hosted on an Nginx web server, edit server entry for the website, add

FreeBSD

Install Apache/PHP/MySQL on FreeBSD

To install Apache, run Enable Apache with Add Start Apache with Install php with Edit apache config and enable PHP

MySQL Specified key was too long; max key length is 767 bytes

When restoring a MySQL database, I got the error “Specified key was too long; max key length is 767 bytes”.

Install PHP 5.6 on AlmaLinux 8

To install PHP 5.6 on AlmaLinux 8, first enable epel repository. install remi repository with the command Now you can

How to find if Log4J is installed in my server

A critical vulnerability (CVE-2021-44228) was identified on the popular log4j logger library used by a lot of popular Java applications.