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 26, 2016 | Docker
Virtualization using Docker containers has gained popularity in application hosting, owing to its light-weight design and fast-deployment features. Docker architecture is in such a way that the containers can connect to the outside world by default. But you cannot...
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...
by Reeshma Mathews | Dec 20, 2016 | Apache, Server Management
With most businesses moving online, internet security has become a crucial aspect. Vulnerabilities are being exposed so constantly in the web world that any day you can wake up to a new exploit or a hack. To be on the safer side and to protect the data and...
by Reeshma Mathews | Dec 15, 2016 | MySQL, Server Management, Technical Support, WordPress
WordPress is the most commonly used CMS for websites. It is based on PHP and the website data is stored in a MySQL database, the details of which are mentioned in the configuration file. As the information is stored in a MySQL database, it is common to encounter...
by Reeshma Mathews | Dec 14, 2016 | Docker
Docker containers can be used for multiple purposes such as application deployment or service hosting. The number of containers that can be hosted in a machine depends on the total disk space available. For cost-effective hosting purposes, it is often required to...