VPS Cpanel

WordPress Website Security Steps

Protect your WordPress website in 10 simple steps.

Recently we encountered a situation where one of our client’s website was compromised. The website is a WordPress website with third party plugins installed as per the sites requirement. The hack was noticed when we checked the LFD alerts of AUTHRELAY and found spamming was being initiated from the server. We were quick to notice the alerts generated for the website and then started our investigation. Upon investigation we tried to login into WordPress admin area, but were unable to [...]

Read more...
Manual-Installation-Of-Nginx-In-cPanel-Apache-In-Proxy-Mode

Manual Installation Of Nginx In cPanel Apache In Proxy Mode

1. In order to get the cPanel server ready for nginx – you must first install an Apache module called mod_rpaf Login as root: # cd /usr/local/src # wget http://stderr.net/apache/rpaf/download/mod_rpaf-0.6.tar.gz # tar xvzf mod_rpaf-0.6.tar.gz # cd mod_rpaf-0.6 # /usr/local/apache/bin/apxs -i -c -n mod_rpaf-2.0.so mod_rpaf-2.0.c 2. Doing so will install the module into the Apache module directory. Then Go to your  Web Host Manager (WHM) follow the tree here: Main >> Service Configuration >> Apache Configuration > Include Editor > Pre Main Include and Select the Apache version that [...]

Read more...
Simple-Steps-To-Install-mod_flvx-With-Apache

Simple Steps To Install mod_flvx With Apache

Today we had to install mod_flvx on CentOs server and here are the steps you need to do. I guess you have already installed Apache web server being cpanel server.  Just be sure that you have Apache 2.2 version on the server or else you might have errors during compiling mod_flv. Download mod_flvx.c cd /usr/src wget http://github.com/osantana/mod_flvx/blob/master/mod_flvx.c Compile And Install Module: /usr/local/apache/bin/apxs -i -a -c mod_flvx.c Add the following handler in /usr/local/apache/conf/httpd.conf AddHandler flv-stream .flv Reload Configuration: service httpd restart

Read more...
24x7servermanagement