centos下安装apache+php环境

原文: https://blog.csdn.net/xyz_dream/article/details/68936095


1.先下载apache源码,解压进入目录



wget http://mirrors.tuna.tsinghua.edu.cn/apache//httpd/httpd-2.2.32.tar.bz2



2.编译安装apache



./configure –prefix=/usr/local/apache2



3.下载php源码



wget http://jp2.php.net/get/php-5.6.30.tar.bz2/from/this/mirror



4.编译php 必须添加以下参数



./configure –with-apxs2=/usr/local/apache2/bin/apxs 生成 用于整合的.so文件


5.配置apache的配置文件,添加php模块进来。



LoadModule php5_module modules/libphp5.so