The outdated versions can cause many security issues on the server. In order to prevent this issue at some level, it is necessary to keep your scripts updated. If you have a server with number of sites running on it, it is difficult to find out accounts which are using outdated Joomla or Drupal . […]
Category: Linux
How to enable MySQLi extension on web-server
It’s a MySQL extension for PHP programming language,Today I’ll explain How we can enable MySQLi on a cPanel server and How we can check if MySQLi is enabled or not in server. How to check the MySQLi extension is enabled or not on server? You can check the MySQLi extension is enabled or not from […]
How to know the MySQL uptime from commandline
In some unusual situation, we need to look into the up-time for MySQL in your server. So here am giving you three ways to check MySQL version along with the up-time of MySQL procedure. Method 1 mysqladmin version Method 2 This command is similar to “mysqladmin version” # mysqladmin ver If you only want to […]
How to install and setup Bind9 on Ubuntu server
In this article I will explain how to install and setup DNS server inside your operating system to manage your domains. So here i assume that you already know how to setup a working Ubuntu server and install MySQL on a server based on Ubuntu. First login to your server via SSH connection. Then enter […]
The server’s system package manager, ‘YUM’ failed : Error with easyapache
EasyApache is software that sets up, adjusts, and validates your Apache web server, PHP, and other elements of your web server. Most of the times we need to run EasyApache on cPanel Linux server to update version or install modules. In some cases things go wrong and EasyApache may fail. Hence, Here I have came […]
Important log file paths for Directadmin server
The log information plays a vital role in error troubleshooting process. Different control panels have different log information and location. Here are some important and mostly used log information for Linux server with Directadmin. […]
How to disable open_basedir in Directadmin server
I was getting the following error in one of my websites which seems to be a problem with open_basedir restriction enabled on the server. Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/arunlal/public_html/wp-content/uploads/2013/08) is not within the allowed path(s): (/home/arunlal/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/arunlal/domains/mydomain.com/public_html/wp-includes/functions.php on line 1337 Login as “admin” to disable open_basedir restriction in Direct Admin panel. […]
PYCURL ERROR 6 – “Couldn’t resolve host ‘dallas.tx.mirror.xygenhosting.com'”
Recently, one of our client ran into issue,where he could ping URL’s just fine, but when he ran the “yum update” command yum could not resolve anything. Getting error messages like the following: […]
Named service in DirectAdmin not started – Error: Issue with named script
If you are getting error for all zone files while restarting named service in DirectAdmin. The error seems your named script is corrupted.To resolve this error, you can follow the steps below which explains how to get new named script. […]
How to change Kloxo admin password from command line?
Kloxo is an another free open source control panel for web hosting/websites management. In Kloxo there are mainly two ways to reset the password (admin) from the server command line. This is very useful methods to reset the password easily. Similar there are a lot of inbuilt scripts are available with Kloxo control panel. We can simply use […]