centos 6.0下最简编译安装Nginx+Mysql+PHP+Zend
发布时间:2016-05-26 15:32:14 所属栏目:Linux 来源:网络整理
导读:Nginx是一个小巧而高效的Linux下的Web服务器软件,是由 Igor Sysoev 为俄罗斯访问量第二的 Rambler 站点开发的, 已经在一些俄罗斯的大型网站上运行多年,相当
安装nginx 解包|预配置 [root@itchenyi chenyi]# tar zxf nginx-1.0.6.tar.gz [root@itchenyi chenyi]# cd nginx-1.0.6 [root@itchenyi nginx-1.0.6]# ./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with- openssl=/usr/ --with-pcre=/usr/local/src/pcre-8.20 注:--with-openssl=/usr/ --with- pcre=/usr/local/src/pcre-8.20 指向的路径是源码包解包的路径,并非其安装路径~~~否则会报错的哦! 编译|安 装 [root@itchenyi nginx-1.0.6]# make && make install (编辑:应用网_丽江站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |