Despite our diverse selection, we know that our packages may not fit every need. Visit the Custom-built section on our website where you can fully customize your server the way you want it. If you need a custom solution – whether you know the exact details or you would like us to examine your operation […]
Author Archives: Tyler
Verify that DirectAdmin allows SSL By default, DirectAdmin does not allow setting up an SSL certificate. If you are a customer of a hosting company that explicitly says it supports this, you can skip this step. However, if you have your own installation of DirectAdmin running, you would do well to read on. Login to […]
Open port 443 for SSL/HTTPS traffic First of all, make sure you open port 443 on your server. HTTPS () does not work over port 80 as is the case with HTTP and it is quite possible that this port is closed. Open terminal and run the following commands to allow traffic on port 443. […]
No. At present the .tickets domain zone does not provide means to hide the information of the domain owner. All information (name, address, email, etc.) will be displayed in WHOIS.
Login to SSH and go to /var/www (a preventive measure so that you do not run any wrong command without mentioning the path, which is not related to these commands. i.e. chown, chgrp etc.) Vim # disable the working symlinked stuffs sudo a2dismod pagespeed sudo service apache2 restart # turn off nano /etc/apache2/mods-available/pagespeed.conf # edit […]
Why do we need it? With the ubiquitous nature of mobile devices in the hands of non-technical users, they are at risk of them compromising their log in credentials at poorly implemented or old technology hotspots. This translates into a problem for the hosting company when their credentials get into the hands of the spammers, […]
You can log in via the server’s shell or via the Virtuozzo Power Panel. If you want to log in to the server’s shell, you can do so via an SSH connection. If you want to log in to the Virtuozzo Power Panel, you can do so via the following URL: https://(ip-address):4643/ Log in with […]
Next to each file/folder in the “Action” column (third column) is a “Rename” link. Click the link next to the file or folder you want to rename. First, type in the new file name. If a file already exists under that name, click the checkbox if you want to overwrite this file.
Website unavailability is caused due to lot of reasons. Some of the major ones are as follows: When the website is not accessible In cases when the response time of the website crosses 30 seconds If the HTTP Response code is 4XX or 5XX In case of authenticated websites, mismatch or invalid username/password Check your […]
It would happen to you, server crashes and you lose all your files. In my case, these were almost 40 small websites. Bummer. Fortunately, I had installed Dropbox on this server a few days before, so I could restore my users directly to another server with a handful of linux commands. First, log in via […]