How to uninstall varnish manually Go to the folder where you have downloaded the tar file. Go inside apachebooster folder Provide the below permission to the file. chmod 777 uninstall Run the below command to uninstall it. sh uninstall
Month: July 2012
How to Install varnish manually
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
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 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)
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 following: =================================== Go to the clients account for which you are getting the error message. Create a .htaccess file and enter the below lines into …