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 …
Month: June 2012
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