Monthly Archives - February 2013

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...
Upgrading-MySQL-On-DirectAdmin-Server

Upgrading MySQL From 5.5.29 To 5.5.30 On DirectAdmin Server

Upgrading MySQL From 5.5.29 To 5.5.30 On Direct Admin Server I am not sure if the following error gets fixed by doing a MySQL upgrade to the latest version, But it did worked for us So you can give a try. [ERROR] /usr/sbin/mysqld: Sort aborted: Server shutdown in progress Problem appears with sites not being able to access database and some times later it starts working. TO fix the problem Just follow the simple steps provided below to upgrade mysql. Login into the [...]

Read more...
24x7servermanagement