然后去www.apache.org下载apache,我安装的版本是2.0.53
安装
#tar zxvf httpd-2.0.53.tar.gz
#cd httpd-2.0.53
#./configure -prefix=/usr/local/apache2 -enable-module=so
#make
#make install
启动apache
#/usr/local/apache2/bin/apachectl start
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
去www.mysql.com下载MySQL的客户端和服务端
安装
#rpm -ivh MySQL-server-4.1.11-0.i386.rpm
#rpm -ivh MySQL-client-4.1.11-0.i386.rpm
然后
[root@localhost root]# mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 4.1.11-standard
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
说明安装成功了,呵呵..
本文地址:http://com.8s8s.com/it/it22341.htm