关注科技前沿!关注热门事件,分享即时价值新闻!提供Windows7,Windows 8,Linux系统,Chrome OS等系统资源信息
标签 Tag : php-fpm

Centos系统环境下的nginx+mysql+php-fpm的配置详解

<Category: 技术文档> 发表评论

先下载nginx和已经编译好的php

wget http://rashost.com/download/centos5-x86_64/nginx-0.7.61-1.x86_64.rpm
wget http://rashost.com/download/centos5-x86_64/php-fpm-5.2.10-x86_64.tar.gz

安装nginx,并加入/etc/init.d/

rpm -ivh nginx-0.7.61-1.x86_64.rpm
chkconfig –list nginx
chkconfig nginx on
/etc/init.d/nginx start

阅读这篇文章的其余部分 »

本文来自: Centos系统环境下的nginx+mysql+php-fpm的配置详解