Enabling Detailed Error Messages in Windows
IIS — and also using classic ASP — defaults to providing very little error information. Fortunately, you can add a rule to your domain’s web.config file to display more detailed error messages.
IIS — and also using classic ASP — defaults to providing very little error information. Fortunately, you can add a rule to your domain’s web.config file to display more detailed error messages.
This article describes how to bin-deploy an assembly. It’s common to use a third-party assembly to add features that aren’t found within the .NET framework. Learn about binary deployment with ASP.NET on Cloud Sites.
Before SNI, each SSL certificate required a dedicated IP. Now, Server Name Indication lets multiple secure websites share a single IP address.
When you are using the Cloud Sites platform, a third-party vendor might require an outbound IP address in order to add your domain to their safe list. Because sites do not get a dedicated IP address by default, you must provide the vendor with a list of potential outbound IP addresses. The outbound IP addresses you provide depend on the data center where your site data is stored. To determine which data center your site is in, view the test URL for your site in your Cloud Sites control panel.
If you are using MySQL databases, you might need to occasionally check the version of MySQL that is installed on your server. It’s easy to check your MySQL version using either cPanel or the command line.
FirewallD provides protection by using firewall zones with varying degrees of trust defined in your zone profiles. FirewallD allows for changes to be made without having to restart the entire firewall, though it is important to make sure that the daemon and the firewall in kernel are in sync.
Rsync is a utility commonly found on Linux operating systems and is a remote and local file synchronization tool. rsync stands for remote sync. The rsync algorithm is used to minimize network usage by only moving portions of files that have changed. This tutorial will take you through the following: basic rsync usage, remote transfers, alternate SSH ports.
Installing the PHP Extension for Memcached is a simple process, this tutorial will show installation for Ubuntu operating systems. The installation is done through the command line using apt-get.
Protect your site data. Learn how to download a Softaculous backup to your local computer for offline storage and emergency restoration.
rsync is a powerful utility for transferring files and creating backup operations. You can set up recurring file transfers for specific sets of files or entire directories and synchronize local and remote servers. In this tutorial, we will explore: the -a flag, Commonly used flags, Flags in Action
Install Memcached on Ubuntu 12.04+ to speed up dynamic sites by caching database content. Root access is required for setup.
File Permissions determines the type of action that can be taken on a file or folder within a server or website. There are quite a few different permissions that can be granted. Control what files are visible and editable from the file manager within Cloud Sites control panel.