Archive for the ‘centos’ Category

How to remove Apache 2 Test Page in CentOS/REHL/Fedora

June 21st, 2011 by @HKw@! | 1 Comment | Filed in centos, Fedora, Linux, RedHat

I just installed Apache web server on my Fedora 15 system. After starting HTTP (Apache web server) in Linux & pointing your web browser to http://localhost, you will see below test page. This means your server has configures & ready to use.

(more…)

Share

Tags: , , , ,

Centos 5.6: Find PHP Version using Command Line

May 30th, 2011 by @HKw@! | No Comments | Filed in centos, Fedora, Linux, RedHat, Unix

I wanted to install phpmyadmin on Centos 5.6 Machine. I check from phpmyadmin official web site, phpmyadmin requires at least PHP 5.2 and MySQL 5. I have to check my php version 1st before start install.

Here is a useful command to display or show what version of php you have installed in your Linux Machine.

Just enter following command to check your PHP Version

root@raptor(~)
[ 2]# php -v
PHP 5.1.6 (cli) (built: Nov 29 2010 16:47:46)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies

Once you enter the php -v command, you should able to see the result like what i show you above, if you don’t get something like the above, then it means that you don’t have php installed in your server.

 

Share

Tags: , ,

How to install Mysql, Apache, and PHP on CentOS 5.6

May 25th, 2011 by @HKw@! | No Comments | Filed in centos, Linux

Recently, I just install my new CentOS 5.6.(CentOS is the open source equivalent to the Red Hat Linux operating system). I want to setup LAMP on my Centos 5.6 as my development environment to customize my wordpress theme. I will install the LAMP using yum command.

Here are the simple steps:-

Before start the installation, please ensure that all of your repositories and packages are up to date. (more…)

Share

Tags: , , , ,

BlogCatalog