Hello All,
Are you using Cpanel ?
Do you have high traffic website which sometimes cause load on your server ?
If yes then why still using apache ?
Install nginx today and make your website much lighter to handle for your server.
It's easy and safe ( there will be no problem with your current setup of site )
Start Installation Now
Login to SSH and do this
Bingo, It's Done...... Now go to WHM and search for nginx, You will see it there
are you getting "502 Bad Gateway" error ?
here is the solution
go to WHM and search for "tweak settings"
open it and search for "Apache non-SSL" and set it to "0.0.0.0:8081"

Are you using Cpanel ?
Do you have high traffic website which sometimes cause load on your server ?
If yes then why still using apache ?
Install nginx today and make your website much lighter to handle for your server.
It's easy and safe ( there will be no problem with your current setup of site )
Start Installation Now
Login to SSH and do this
Code:
cd /usr/local/src
Code:
wget http://nginxcp.com/latest/nginxadmin.tar
Code:
tar xf nginxadmin.tar
Code:
cd publicnginx
Code:
./pythonfix
Code:
./nginxinstaller install
Bingo, It's Done...... Now go to WHM and search for nginx, You will see it there
are you getting "502 Bad Gateway" error ?
here is the solution
go to WHM and search for "tweak settings"
open it and search for "Apache non-SSL" and set it to "0.0.0.0:8081"