How to Install varnish manually Download the tar file from the below link wget http://prajith.in/downloads/apachebooster.tar.gz untar it using the below command. tar -xvf apachebooster.tar.gz go into extracted directory cd apachebooster then fire the below command sh install.sh
Category: Installation
How to install varnish through yum
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
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 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 …
How to install DirectAdmin on Linux Server
How to install DirectAdmin on Linux Server Go to the below path. cd /usr/local/src Download the setup file using the below command. wget http://www.directadmin.com/setup.sh If permission is incorrect then provide 755 permission to that file. chmod 755 setup.sh Run the setup using the below command. ./setup.sh
How to install Brute Force Detection (BFD) on linux server
How to install Brute Force Detection (BFD) on linux server Brute Force Detection Brute Force Detection is a Free tool that can be used of avoiding brute force attacks over your web hosting UK servers. The main intention of this attack is to gain SSH/Root access to the server by making use of an …
How to install and uninstall DDoS Deflate on Linux server
How to install and uninstall DDoS Deflate on Linux server DDoS Deflate (D)DoS Deflate is a lightweight bash shell script designed to assist in the process of blocking a denial of service attack. It utilizes the command below to create a list of IP addresses connected to the server, along with their total number of …