Category: Installation

Installation

MySql Installation

=========================== MySql INSTALLATION =========================== # wget http://httpupdate.cpanel.net/mysqlinstall/5.0.27-0/centos/5.0/MySQL-bench-5.0.27-0.glibc23.i386.rpm # wget http://httpupdate.cpanel.net/mysqlinstall/5.0.27-0/centos/5.0/MySQL-client-5.0.27-0.glibc23.i386.rpm # wget http://httpupdate.cpanel.net/mysqlinstall/5.0.27-0/centos/5.0/MySQL-devel-5.0.27-0.glibc23.i386.rpm # wget http://httpupdate.cpanel.net/mysqlinstall/5.0.27-0/centos/5.0/MySQL-server-5.0.27-0.glibc23.i386.rpm # wget http://httpupdate.cpanel.net/mysqlinstall/5.0.27-0/centos/5.0/MySQL-shared-5.0.27-0.glibc23.i386.rpm # wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/perl-DBI-1.52-1.fc6.i386.rpm # rpm -ivh perl-DBI-1.52-1.fc6.i386.rpm # rpm -ivh MySQL-bench-5.0.27-0.glibc23.i386.rpm # rpm -ivh MySQL-client-5.0.27-0.glibc23.i386.rpm # rpm -ivh MySQL-devel-5.0.27-0.glibc23.i386.rpm # rpm...

Installation

Apache Installation

================================================= APACHE INSTALLATION ================================================= #cd /usr/local/src #wget wget http://mirrors.enquira.com/apache/httpd/httpd-2.2.9.tar.gz #tar xvfz httpd-2.2.8.tar.gz #cd httpd-2.2.8 # ./configure --prefix=/usr/local/apache2 # make # make install # cp /usr/local/apache2/bin/apachectl /etc/init.d/httpd ./configure --with-layout=Apache --add-module=../mod_frontpage.c --enable-module=so --enable-module=ssl --enable-module=rewrite --enable-module=info --enable-module=expires --enable-module=headers --enable-module=proxy --enable-module=unique_id --enable-suexec --logfiledir=/usr/local/apache/logs --prefix=/usr/local/apache...

Installation

How to install Fantastico

How to install Fantastico : Here are the steps to download Fantastico & install it onto your server : 1. Change to the proper cgi folder using the following command: cd /usr/local/cpanel/whostmgr/docroot/cgi wget http://www.netenberg.com/files/free/fantastico_whm_admin.tgz tar –xzpf fantastico_whm_admin.tgz rm -rf fantastico_whm_admin.tgz...