All Server Support

Important-Factors-To-Consider-Choosing-The-Right-Dedicated-Server

Important Factors To Consider Choosing The Right Dedicated Server

Its quite often seen that choosing the right dedicated server for webhosting is confusing specially for those people who had just put their first step in webhosting biz. Many times we’ve seen them coming on our live chats and asking for what server they should choose ? What operating system ? What should be the hardware configuration ? My site is having huge traffic, Who is the best provider in Industry ? What control panel will be better ? [...]

Read more...
How To Install Grsecurity On CentOS 6.0

How To Install Grsecurity On CentOS 6.0?

Ideal way to install Grsecurity on 32 bit CentOS is :  Just follow the steps given below. Fetch the sources: Download kernel from kernel.org #wget http://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/linux-2.6.32.51.tar.gz Downlaod latest Grsecurity patch from below URL : #wget http://grsecurity.net/stable/grsecurity-2.2.2-2.6.32.51-201201021326.patch Extract: tar xjf linux-2.6.32.51.tar.gz Patch the kernel: #cd linux-2.6.32.51 #patch -p1 < ../grsecurity-2.2.2-2.6.32.51-201201021326.patch Now start making the kernel : # make clean && make mrproper Edit your kernel as per your need : # make menuconfig Compile your kernel and install it: # make bzImage # make modules # make modules_install Make sure it’s working ok with the help of following command [...]

Read more...
Install-SSL-On-Parallels-Plesk-Panel-10-And-Plesk-11

Install SSL On Parallels Plesk Panel 10 And Plesk 11

Log in to Parallels Plesk Panel as admin. If necessary, switch to Service Provider view From the Hosting Services menu, click Domains. Next to the domain name you want to use, click Open in Control Panel. Go to the Websites & Domains tab, and then click Secure Your Site with SSL Certificates. Under Certificate name, click the certificate you want to use. Next to the Certificate field, click Browse. Locate your signed CRT file, e.g., 24x7servermanagement.com.crt, and then click Open. Next to the CA certificate field, click [...]

Read more...
Install-AWStats-On-DirectAdmin

Install AWStats On DirectAdmin

You Can Install AWstats On DirectAdmin Using The Following Steps cd /usr/local/directadmin/custombuild nano options.conf change “awstats=no” to “awstats=yes” ./build update ./build awstats nano /usr/local/directadmin/conf/directadmin.conf change “”awstats=0” “awstats=1” cd /usr/local/directadmin/scripts ./awstats.sh echo ‘action=tally&value=all’ >> /usr/local/directadmin/data/task.queue /usr/local/directadmin/dataskq d /etc/init.d/directadmin restart  

Read more...
How-To-Update-Apache-To-Latest-Version-On-DirectAdmin-Server

How To Update Apache To Latest Version On DirectAdmin Server?

Here are the steps to update Apache to latest version for direct-admin server First check current version of apache: / usr/sbin/httpd -v CustomBuild – current If you’re using custombuild (as most new boxes are), run the following cd /usr/local/directadmin/custombuild ./build update ./build apache ./build php n ./build rewrite_confs CustomApache – end-of-life If you are using customapache with the 1.3 version of apache to the most recent, run the following: cd /usr/local/directadmin/customapache ./build clean ./build update ./build apache_mod_ssl If you’re using apache 2.x, use “./build apache_2” isntead of apache_mod_ssl. This should update both the configure options and the [...]

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...
What-Is-VPN--Virtual-Private-Network

What Is VPN (Virtual Private Network)?

VPN stands for Virtual Private Network. A VPN uses the Internet as it’s transport mechanism, while maintaining the security of the data on the VPN. VPN’s commonly are used to connect local area networks (LAN’s) into wide area networks (WAN’s) using the Internet. Some Of The Basic Requirements For VPN 1] User Permission: Enable a user to access the VPN: To do this, go to AD Users and Computers, select the user who need to access the VPN, click Dial-in. [...]

Read more...
Optimize-Apache-Web-Server

Optimize Apache Web Server

Apache is a web server, designed to provide a balance of flexibility, portability and performance, However there are compile-time and run-time configuration choices that can significantly affect performance. The server administrator can configure to tune and optimize Apache web server  performance. Some of these configuration options enable the httpd to better take advantage of the capabilities of the hardware and OS, while others allow the administrator to trade functionality for speed. The single biggest hardware issue affecting web server performance is [...]

Read more...
24x7servermanagement