-
centos7用yum快速搭建LAMP平...
实验环境:
[root@nmserver-7 html]# cat /etc/redhat-release
CentOS release 7.3.1611 (AltArch)
[root@nmserver-7 html]# uname -a
Linux nmserver-7.test.com 3.10.0-514.el7.centos.plus.i686 #...
-
centos6.5 LAMP源码环境搭建...
源码编译及安装httpd
准备工作
实验环境: Centos 6.5系统
需要安装的源码包
httpd-2.2.17.tar.gz
cmake-2.8.6.tar.gz
mysql-5.5.22.tar.gz
libmcrypt-2.5.8.tar.gz
mhash-0.9.9.9.tar.gz
mcrypt-2.6.8.tar.gz
php-5.3.28.tar.gz...
-
LAMP一体环境快速安装
(一)安装Apache
1、下载安装
yum install zlib-devel -y
wget http://mirror.bit.edu.cn/apache/httpd/httpd-2.2.31.tar.gz
tar xf httpd-2.2.31.tar.gz
cd httpd-2.2.31
./configure
--prefix=/appl...