php版本:
php-5.6.8.tar.bz2
作为apache的模块的方式
1:配置文件
2:配置文件相关配置
以Fastcgi模式
1:php主配置文件
以下都相对/usr/local/php目录
2:启动脚本 sapi/fpm/init.d.php-fpm直接复制即可
3:fpm配置文件 /etc/php-fpm.conf.default,复制改名为php-fpm.conf到同一路径下即可
根据需求配置fpm配置文件,并启用pid文件
启用 php-fpm
4:httpd配置文件
httpd 2.4之后针对Fastcgi的专用模块
ProxyPass:只能代理转换url
ProxyPassMatch:能使用正则表达式