How to install varnish through yum Download varnish rpm using the below link rpm –nosignature -i http://repo.varnish-cache.org/redhat/el5/noarch/varnish-release-2.1-2.noarch.rpm run the below command yum install varnish
Category: CPanel / WHM
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 will show that port is reset to default(22)
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 SourceGuardian PHPSuHosin If you wanted to install Zend Optimizer use the below command. /scripts/phpextensionmgr install Zendopt Installing Zendopt Determining PHP version Installing Zend Optimizer …
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 below link wget http://www.ndchost.com/cpanel-whm/scripts/watchmysql/download.php Change the ownership of that file chown root.root watchmysql Change permission of the file. chmod 0750 watchmysql Configuration Before you …
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. This is the user name required to login the administration Web interface. User name [admin]: admin Please specify the administrator’s password. This is the password …
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. cd /usr/local/src Go inside nginx folder cd publicnginx run the below command to unsinstall it. ./nginxinstaller uninstall
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 go to that folder cd publicnginx Install nginx using the below steps ./nginxinstaller install
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 rpm package and install it on the server. http://dag.wieers.com/rpm/FAQ.php#B Once done, then run yum install clamv clamd clamv-devel
How to install mod security plugin in WHM
How to install mod security plugin in WHM Go to the below path. cd /usr/local/src Download the below file. wget http://www.configserver.com/free/cmc.tgz Extract that file. tar -xzf cmc.tgz Go into that folder. cd cmc Run the file using the below command. sh install.sh Once done, then access the mod security using WHM. How to uninstall …
How to install litespeed on Linux Server
How to install litespeed on linux server Run the following commands from ssh as root cd /usr/src; curl http://www.litespeedtech.com/packages/cpanel/lsws_whm_plugin_install.sh | sh Once done than login to the WHM Search litespeed and click on it. Complete all the process and enable suexec. Compile PHP with server PHP “Build matching PHP Binary” Then swith to litespeed by …