by Reeshma Mathews | Dec 30, 2016 | Docker, Server Management
In a Docker system, the containers are created based on images which are like templates. An image can be of an OS, webserver, mail server or any application that you require to create a container instance for. Docker itself provides a set of container images for use...
by Reeshma Mathews | Dec 29, 2016 | Server Management, Technical Support, WordPress
In WordPress websites, one of the commonly encountered errors is related to the memory size limit. As WordPress is based on PHP, the maximum memory that can be allotted to WordPress depends on the PHP memory limit in the server. When enough memory is not available for...
by Reeshma Mathews | Dec 27, 2016 | Server Management, Technical Support
Password protecting websites and software is vital to ensure that unauthorized users or hackers do not steal or mess up with the confidential data in your site, but only authorized users can access it. But during certain scenarios such as security updates, account...
by Reeshma Mathews | Dec 23, 2016 | Docker, Server Management, Technical Support
Docker containers gained popularity as they enabled fast application deployment. This made them ideal solution for hosting applications and services. But to access these applications or services externally, we need to expose the docker ports. While port forwarding is...
by Reeshma Mathews | Dec 22, 2016 | Server Administration, Server Management, Technical Support, WordPress
Many often you may find yourself in a scenario where you need to switch or copy your website from one server to another – for testing purposes, changing your service provider or for a server upgrade. Data loss and website downtime are the two major hurdles...
by Reeshma Mathews | Dec 21, 2016 | Server Administration, Server Management, Technical Support
In Joomla, ‘There was an error uploading this file to the server’ message is often seen by users while trying to upload a template, extension or any file such as backup, via the front-end interface. For instance, when you try to install an Joomla extension...
Recent Comments