How to reset ssh port through WHM
How to reset ssh port through WHM Login to your WHM using 2086 And then browse the below URL: http://serverip:2086/scripts2/doautofixer?autofix=safesshrestart It will prompt for server password insert it and it…
Site is working fine with apache but giving 403 error with litespeed
Site is working fine with apache but giving 403 error with litespeed ================================= Error 403: Forbidden You don’t have permissions to access this page. This usually means one of the…
How to Install EAccelerator, IonCube, Zend Optimizer, SourceGuardian, and SuHosin outside of EasyApache
How to Install EAccelerator, IonCube, Zend Optimizer, SourceGuardian, and SuHosin outside of EasyApache You can use /scripts/phpextensionmgr to install or uninstall these modules! /scripts/phpextensionmgr list Available Extensions: EAccelerator IonCubeLoader Zendopt…
How to install WatchMySQL Plugin in WHM
How to install WatchMySQL Plugin in WHM Installation Go to the below path cd /sbin Remove the file or take the backup rm -f watchmysql Download watchmysql plugin using the…
How to reset litespeed admin password
How to reset litespeed admin password Go to the below path /usr/local/lsws/admin/misc run the below command sh admpass.sh It will show below output Please specify the user name of administrator.…
How to uninstall nginx from linux cpanel server
How to uninstall nginx from linux cpanel server Go to the path where you have downloaded the tar file on nginx. I have downloaded that file in the below path.…
How to install nginx on cpanel server
How to install nginx on cpanel server Go to the below path cd /usr/local/src Download the nginx admin file. wget http://nginxcp.com/nginxadmin2.6-stable.tar Untar that file using below command tar -xvf nginxadmin2.6-stable.tar…
How to install clamd and clamscan on linux server
How to install clamd and clamscan on linux server First check the redhat release and os architecture. cat /etc/redhat-release architecture check uname -i As per you system requirement download the…