To
setup jailshell access for a user from the command line interface,
simply use the operating system's change shell command as root :
#
chsh -s /usr/local/cpanel/bin/jailshell ${username}
Username
= cPanel username
This blog will be helpful in solving the most basic issues that occur in the websites.
mysql>
show processlist;
SHOW
STATUS WHERE variable_name = 'Threads_connected';
To
find current conection status you can use the following command :
#mysqladmin extended-status | grep -wi 'threads_connected\|threads_running'
| awk '{ print $2,$4}'
This
will show you:
If you are getting the error as ERR_CONTENT_DECODING_FAILED while accessing the domain then add the below extension in php.ini ++++++++...