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...
by Reeshma Mathews | Dec 13, 2016 | Server Management
Users sending messages with attachments to recipients hosted in Exchange servers can end up receiving bounce mails due these attachments. Our Support Engineers support hundreds of Exchange servers for web hosts, web designers and other online businesses. In these...
by Reeshma Mathews | Dec 12, 2016 | Docker, Server Management
Due to its ‘light-weight’ reputation, container technologies such as Docker and LXC get a lot of attention from online businesses these days. Docker and LXC are suited for different purposes. But in the flurry of information floating in the internet, these...
by Reeshma Mathews | Dec 10, 2016 | Server Management
Did you know that each PHP version is fully supported only for two years from its initial stable release? Unsupported versions are vulnerable to security exploits, which is why you need to timely update PHP versions. In the case of AWS, PHP upgrade should be performed...